/*
	Featured Content Slider
	by: Chris Coyier
*/

.clear { 
clear: both; 
}

.slider-wrap {
	width: 320px; 
	height:185px; 
	padding-left: 20px;
}

.stripViewer .panelContainer .panel ul { 
	text-align: left; 
	height:185px; 
}

.stripViewer { 
	position: relative; 
	overflow: hidden; 
	width: 318px; 
	height: 170px; 
}

.stripViewer .panelContainer	{ 
position: relative; 
left: 0; 
top: 0;
}

.stripViewer .panelContainer .panel {
 float: left; 
 height: 185px; 
 position: relative; 
 width: 318px; 
 }
 
.stripNavL, .stripNavR, .stripNav { 
display: none; 
}

.nav-thumb { 
border: 0px solid black;
margin-right: 0px; 
}

#movers-row	{ 
float: left;
width: 240px; 
height: 70px; 
}

#movers-row div	{ 
}

#movers-row div a.cross-link {
}

.photo-meta-data{
background: url(images/transpBlack.png); 
width: 308px;
padding: 5px; 
height: 20px; 
margin-top: -30px; 
position: relative; 
z-index: 9999; 
color: white;
}

.photo-meta-data span { 
font-size: 13px; 
}

.cross-link	{
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
float: left;
width: 60px;
display: block;
z-index: 9999; 
}

.active-thumb {
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
width: 60px;
background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; 
}

