/*
	Featured Content Slider
	by: Chris Coyier
*/


/*
	SLIDER
*/
.slider-wrap{ width: 800px; position: absolute; background:#f7f7f7 }			
.stripViewer .panelContainer 
.panel ul{ text-align: left;  }
.stripViewer{ position: relative; overflow: hidden; width: 800px; height: 200px; }
.stripViewer .panelContainer	{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel{ float: left; height: 100%; position: relative; width: 800px; }
.stripNavL, .stripNavR, .stripNav{ display: none; }
.nav-thumb { border: 1px solid black; margin-right: 5px; }
#movers-row	{ }
#movers-row div{ float: left; }
#movers-row div a.cross-link { float: right; }

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