/*********************************/
/***  Featured Content Slider  ***/
/***  Original by: Chris Coyier **/
/*********************************/


/*********************************/
/***    utility styles          **/
/*********************************/			  				  
					  				  
.floatLeft_ten {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
}
a {
	outline: none;
}
a img, span.nav-thumb {
	outline: none;
	border:0px;
}
/*********************************/
/***        slider              **/
/*********************************/	
.slider-wrap {
	width: 660px;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.panel .wrapper a span {
	background-color:#CBCBCB;
	display:block;
	font-size:11px;
	padding:9px 0px 0px 8px;
	height:20px;
	color:#000;
	text-decoration:none;
	border:0px;
}
.panel .wrapper a {
	text-decoration:none;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 660px;
	height: 266px;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 660px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}
#movers-row {
	margin: -24px 0 0 528px;
	height:24px;
}
#movers-row div {
	float: left;
	width:16px;
	height:19px;
	background-color:#FFF;
	margin-right:1px;
	z-index: 9000;
	position:relative;
}
#movers-row div a.cross-link {
	float: right;
}
.cross-link {
	display: block;
	/*width: 16px;
	height:19px;*/
	position: relative;
	padding: z-index: 9999;
	text-decoration:none;
	color:#000;
	text-align:center;
}
a.cross-link:hover {
	background:#784F2C;
}
.active-thumb {
	background-color:#915F35;
}
