/*
	Featured Content Slider
	by: Chris Coyier
*/

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


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 950px; margin: 15px 0 15px 15px; position: relative; height: 296px;
											  background: url(images/scroller/bg2.gif) top center;
											  background-repeat:no-repeat; 
											  z-index:1;}


/*
	SLIDER
*/
.slider-wrap								{ width: 940px; position: absolute; top: 5px; left: 3px; }			
.stripViewer .panelContainer 				
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 943px; height: 296px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; width:4715px;}
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 943px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ margin-right: 5px; }
#movers-row									{ /*margin: 70px 0 0 62px;*/ width:100%; height:50px; }
#movers-row div								{ float: left; }
#movers-row div a.cross-link 				{ /*float: right;*/ }
.photo-meta-data							{ background: url(images/scroller/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 1; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 1; }
.active-thumb 								{ background: transparent url(images/scroller/icon-uparrowsmallwhite.png) top center no-repeat; }



#firstbox									{position:absolute; left:6px; top:305px;}
#secondbox									{position:absolute; left:195px; top:305px;}
#thirdbox									{position:absolute; left:384px; top:305px;}
#fourthbox									{position:absolute; left:574px; top:305px;}
#fithbox									{position:absolute; left:764px; top:305px;}







