/*
	Featured Content Slider
	by: Chris Coyier
*/

/*
	UTILITY STYLES
*/
.floatLeft
{
	float: left;
	margin-right: 10px;
}
.floatRight
{
	float: right;
}
.clear
{
	clear: both;
}

/*
	SLIDER
*/
.slider-wrapper2
{
	width: 486px;
	height: 266px;
	overflow: hidden;
}
.stripViewer
{
	position: relative;
	overflow: hidden;
	width: 486px;
	height: 271px;
}
.stripViewer .panelContainer
{
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel
{
	float: left;
	/* height: 100%; */
	position: relative;
	width: 486px;
}
.stripNavL, .stripNavR, .stripNav
{
	display: none;
}
.nav-thumb
{
	border: 1px solid #999;
	margin-left: 6px;
	width: 72px;
	height: 72px;
}
#movers-row
{
	margin: -75px 0 0 74px;
}
#movers-row div
{
	width: 80px;
	float: left;
}
#movers-row div a.cross-link
{
	float: right;
}
.photo-meta-data
{
	background: url(/themes/site_themes/pics/contentslider-transpBlack.png);
	padding: 10px;
	height: 30px;
	margin-top: -50px; /* 0px; */
	position: relative;
	z-index: 9999;
	color: white;
}
.photo-meta-data span
{
	font-size: 13px;
}
.photo-meta-data a
{
	color: white;
	text-decoration: underline;
}
.photo-meta-data a:hover
{
	text-decoration: none;
}
.cross-link
{
	display: block;
	width: 74px;
	margin-top: -14px;
	position: relative;
	padding-top: 15px;
	z-index: 9999;
}
.active-thumb
{
	background: transparent url(/themes/site_themes/pics/contentslider-icon-uparrowsmallwhite.png) no-repeat;
	background-position: 36px 0px;
}
