/*
	Featured Content Slider
	by: Chris Coyier
*/


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


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 500px; margin: 25px auto; position: relative; min-height: 500px;
											  background: url(images/bg.png) top center; }


/*
	TYPOGRAPHY
*/


/*
	SLIDER
*/
.csw										{height: 350px; width: 600px; padding-top:5px; overflow:hidden; position: relative;}
.slider-wrap								{width: 600px;}			
.stripViewer								{ position: relative; overflow: hidden; width: 600px; height: 350px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 600px; padding-top:5px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{}
#movers-row									{}
#movers-row div								{}
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{color: #fff; font-weight: bold; text-decoration: none; }
.active-thumb 								{ }


/*.panelContainer div.panel					{ padding: 10px 20px 0px 0px; height: 210px; width: 613px;}*/




