/*
	Featured Content Slider
	by: Chris Coyier
*/

					  				  

/*
	PAGE STRUCTURE
*/
.wrapper									{ height: 272px; text-indent: -9999px; }


/*
	SLIDER
*/
.slider-wrap								{ width: 628px; height: 400px;}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 628px; height: 272px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 628px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -94px 0 0 92px; }
#movers-row div								{ width: 25%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.cross-link									{ display: block; width: 92px; margin-top: -14px; 
											  position: relative; padding-top: 11px; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/up_arrow.jpg) top center no-repeat; }







