/*
	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: 440px; margin: 5px auto; position: relative; min-height: 220px;
											  background: url(images/bg.png) top center; }


/*
	TYPOGRAPHY
*/
/*
	SLIDER
*/
.slider-wrap								{ width: 419px; position: absolute; top: 10px; left: 10px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 419px; height: 160px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 419px; display:inline;}
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ margin-top:-7px; }
#movers-row									{ margin: -50px 0 0 63px; }
#movers-row div								{ width: 20%; float: left; display:inline;}
#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: black; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 100%; margin-top: -8px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/arrowup.png) top center no-repeat; }




