/*
	Featured Content Slider
	by: Chris Coyier
*/
					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }

/*
	SLIDER
*/
.slider-wrap								{ width: 600px; height: 360px; position: relative; margin-left: 10px; float: left; overflow: hidden; }		
* html .slider-wrap 						{ margin-left: 5px; }
.stripViewer								{ position: relative; overflow: hidden; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; overflow: hidden; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; outline: none; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: 0 0 0 12px; position: absolute; bottom: 0; width: 590px; z-index: 999; }
#movers-row div								{ float: left; margin: 0 3px 0 3px; }
#movers-row div a.cross-link 				{ float: left; }
.photo-meta-data							{ background: url(/images/oyunv2/transpBlack.png); position: relative; width: 580px; padding: 10px; top: -170px; overflow: hidden; height: 150px; z-index: 9; color: white; }
.photo-meta-data span 						{ font-size: 11px; }
.cross-link									{ position: relative; padding-top: 15px; }
.cross-link img.nav-thumb					{ width: 80px; height: 48px; }
.active-thumb img.nav-thumb					{ width: 100px; height: 60px; border: 1px solid #acd100; position: relative; top: -12px; }
.wrapper 									{ position: relative; }
.wrapper img 								{ width: 600px; height: 360px; }





