/*
	Featured Content Slider (working in IE6)
	by: Chris Coyier
*/

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ max-width: 504px;  /*width:504px;*/ position: relative; /*height: 390px;*/ height:343px; margin-bottom:10px; overflow:hidden; color:#fff; text-align:left; /*need for IE 7 so that it doesn't start at the middle of the page*/}
* html #page-wrap	{width:515px; float:left; text-align:left; margin:0; padding:0;}
#page-wrap			{/margin:0; /padding:0; /margin-left:-5px;	}
/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
#page-wrap a, #page-wrap a:visited								{ color: #FF9900; text-decoration: underline; }
#page-wrap a:hover, #page-wrap a:active							{ color: white; text-decoration:underline }
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER*/

.slider-wrap								{ max-width:504px; margin-right:10px; /*width:504px;*/ position: absolute; border:0px solid #ccc;  }		

.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: auto; height: 300px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; position: relative; width: 520px; /*520px;*/ }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid #ccc; margin-right: 0px; }
#movers-row									{ margin: 0px 0 0 0px;}
#movers-row div								{ width: 60px; float: left; margin-right:3px;}
#movers-row div a.cross-link 				{ float: left; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 10; color: white; }
.photo-meta-data span 						{ font-size: 11px; }
.cross-link									{ display: block; width: 62px; margin-top: -10px; 
											  position: relative; padding-top: 11px; z-index: 10; }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }

/*
	SLIDER

.slider-wrap								{ width:100%; position: relative; border:0px solid #ccc;  }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.wrapper img								{ float:left;}
.stripViewer								{ position: relative; overflow: hidden; width: 770px; height: 280px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 770px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid #ccc; margin-right: 0px; }
#movers-row									{ margin: 0px 0 0 0px;}
#movers-row div								{ width: 60px; float: left; margin-right:3px;}
#movers-row div a.cross-link 				{ float: left; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 280px;  width:30%;
											  margin-right:0px; margin-top: -280px; position: relative; z-index: 9999; color: white;  float:right;}
.photo-meta-data span 						{ font-size: 11px; }
.cross-link									{ display: block; width: 62px; margin-top: -10px; 
											  position: relative; padding-top: 12px; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }*/




