/*
	Featured Content Slider
	by: Chris Coyier
*/
* {
	margin: 0;
	padding: 0;
}
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
/*
	PAGE STRUCTURE
*/
#page-wrap {
	width: 480px;
	margin: 0px auto;
	position: relative;
	height: 219px;

}
/*
	SLIDER
*/
.slider-wrap {
	width: 480px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 0px 0 0px;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 480px;
	height: 219px;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 480px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}
.nav-thumb {
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#movers-row {
	margin: 0;
	width: 20%;
}
.photo-meta-data {
	background: url(../ImageSlider/images/transpBlack.png);
	padding: 10px;
	height: 30px;
	margin-top: -50px;
	position: relative;
	z-index: 9999;
	color: white;
}
.photo-meta-data span {
	font-size: 13px;
}
.cross-link {
	display: block;
	width: 7px;
	margin-top: -10px;
	position: absolute;
	padding-top: 0px;
	z-index: 9999;
	margin-left: 4px;
}
