/*
	Featured Content Slider
	by: Chris Coyier
*/


					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 0px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }
 a, a:visited								{  text-decoration: none; }
a:hover, a:active							{ text-decoration: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 517px; margin-left:-103px; margin-top:-90px; margin-bottom:85px; position: relative; min-height: 264px;
											   }


/*
	TYPOGRAPHY
*/


/*
	SLIDER
*/
.slider-wrap								{ width: 540px; position: absolute; top: 87px; left: 40px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 540px; height: 220px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 220px; position: relative; width: 540px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 7px; }
#movers-row									{ margin: -45px 2px 0 62px; }
#movers-row div								{ width: 30%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png);  height: 40px; 
											  margin-top: -65px; position: relative; z-index: 3; color: white;  }

.cross-link									{ display: block; width: 62px; margin-top: -17px; margin-left:-3px; 
											  position: relative; padding-top: 15px; z-index: 3; }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat;  }






