/*
	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: 500px;  position: relative; height: 367px;background-color: ##F3F8FE;
											   }


/*
	
/*
	SLIDER
*/
.slider-wrap								{ width: 500px; position: absolute; top: 0px; left: 0px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 500px; height: 300px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 500px;z-index: 6; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid #4A8FD5; margin-right: 5px; }
#movers-row									{ margin: -5px 0px 0px 0px; }
#movers-row div								{  float: left; margin-left:7px;}
#movers-row div a.cross-link 				{ }
.photo-meta-data							{ background: url(../images/slide/transpBlack.png); padding: 7px; padding-left: 15px;height: 30px; 
											  margin-top: -33px; position: relative; z-index: 7;behavior: expression(IEPNGFIX.fix(this)); }
.photo-meta-data h4						{ font-size: 110%;color:#000;font-weight:bold; }
.cross-link									{ display: block; width: 92px;
											  position: relative; }
.active-thumb 								{  z-index: 9;background: transparent url(../images/slide/icon-uparrowsmallwhite.png) top center no-repeat; behavior: expression(IEPNGFIX.fix(this));}


.wrapper {
	position: relative;
	z-index: 5;
	
}


#movers-row div img {
	margin: 10px 0px 0px 0px;
	z-index: 8;
	
}


#movers-row div a:hover img {
	filter:alpha(opacity=50);
	opacity:0.5;
	
	
}



