/*
	SLIDER
*/
.slider-wrap { 
	width: 610px;
	overflow: hidden;
}			

.slider-wrap .readmore {
	color: #FDC904;
}

.stripViewer .panelContainer .panel ul { 
	text-align: left; 
	margin: 0 15px 0 30px; 
}

.stripViewer { 
	position: relative; 
	overflow: hidden; 
	width: 611px; height: 359px; 
}

.stripViewer .panelContainer { 
	position: relative; 
	left: 0; 
	top: 0; 
}
.stripViewer .panelContainer .panel { 
	float: left; 
	height: 100%; 
	position: relative; 
	width: 611px; 
}

.stripNavL, .stripNavR, .stripNav  { 
	display: none; 
}

.nav-thumb { 
	 
}

#movers-row { 
	display: inline;
	float: left;
	margin: -48px 0 0 88px;
}

#movers-row div { 
	float: left;
	margin-right: 1px;	
}

#movers-row div.last {
	margin: 0;
}

#movers-row div a.cross-link  { 	
	margin-top: -16px;
}

.photo-meta-data { 
	background: url(../images/slideshow/bg-caption.png); 
	padding: 6px 10px 10px 10px; 
	height: 40px;
	margin-top: -48px; 
	position: relative; 
	z-index: 9999; 
	color: white; 
	font-weight: bold;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}
.photo-meta-data span { 
	font-size: 13px; 
}

.cross-link	{ 
	display: block; 
	width: 86px; 
	margin-top: -8px;
	position: relative; 
	padding-top: 13px; 
	z-index: 9999; 
}

.active-thumb { 
	background: transparent url(../images/slideshow/pointer.png) top center no-repeat; 
}






