/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{ margin: 0; padding: 0; }


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


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


/*

	SLIDER
*/
.slider-wrap								{ width: 820px; position: absolute; top: 87px; left: 40px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 820px; height: 412px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 820px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
/**/

.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; }

#movers-row									{ margin: -43px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }

.cross-link									{  
											    z-index: 9990; padding:0; margin:0; }
.active-thumb								{ 
												zoom:1;
												filter:alpha(opacity=50);
												-moz-opacity:0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

}
.nav-thumb 									{   }






