/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{ margin: 0; padding: 0; }
body 										{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

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


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 500px;  position: relative; min-height: 200px;
											 }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a.slide, a:visited								{ color: #729dff; text-decoration: none; }
a.slide:hover, a:active							{ color: white; }
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								{ width: 500px; position: absolute; top: 0px; left: 0px; }			
.stripViewer .panelContainer 

.panel li{
	font-family:"trebuchet ms";
	font-size:11px;
	list-style:none;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:25px;
	

}

.stripViewer								{ position: relative; overflow: hidden; width: 500px; height: 200px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 500px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -20px 0 0 10px; }
#movers-row div								
{ float: right; 
  	
 }
#movers-row div a.cross-link 				{ float: left; }
.photo-meta-data							{ background: url(slides/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white;
											 
											   }
.photo-meta-data span 						{ font-size: 13px; }
a.cross-link{ 
display: block; 
text-align:center;
margin: -17px 3px 2px 3px; 
border: 1px #666 solid;
padding: 2px 5px 2px 5px;
color:#999; 
text-decoration:none;
position: relative; z-index: 9999; }
a.cross-link:hover{ 
background-color:#333;
}
.active-thumb 								{ background: transparent url(slides/icon-uparrowsmallwhite.png) top center no-repeat; }






