/* @override http://localhost:8888/grito/slider.css */

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

/*
	SLIDER
*/
.slider-wrap {
	width: 830px;
	height: 352px;
	float: left;
	margin-top: 1px;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	float: left;
}

.stripViewer {
	position: relative;
	width: 624px;
	height: 352px;
	overflow: hidden;
	float: left;
}

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

.stripViewer .panelContainer .panel {
	width: 624px;
	float: left;
	margin-top: -10px;
}

.stripNavL, .stripNavR, .stripNav {
	display: none;
}

#movers-row {
	width: 172px;
	float: right;
	padding-left: 34px;
}

#movers-row div {
	padding: 0;
	margin: 10px 0 0;
	float: left;
	width: 171px;
}

.cross-link {
	z-index: 9999;
	float: left;
}

.cross-link span{
	color: #ffffff;
	font-size: 11px;
	line-height: 12px;
}

.cross-link span:hover{
	color: #6da919;
	}
			

.nav-thumb {
	font-weight: normal;
	font-style: normal;
}


.active-thumb strong{	
	color: #6da919;
}

.active-thumb span{	
	color: #6da919;
}



#movers-row div a.cross-link {
	text-decoration: none;
}

#movers-row div a.cross-link span {
	float: left;
	font-weight: normal;
	font-style: normal;
}

#movers-row div a.cross-link span.nav-thumb strong {
	font: bold 30px/50px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}