/*
	Featured Content Slider
	by: Chris Coyier
*/

/*
	PAGE STRUCTURE
*/

/*
	SLIDER
*/

.slider-wrap {
	width: 950px;
	height: 410px;
	z-index: -9000;
}

.stripViewer {
	position: relative;
	overflow: hidden;
	width: 950px;
	height: 410px;
}

.stripViewer .panelContainer {
	position: relative;	
	left: 0;
	top: 0;
	z-index: 1;
}

.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 950px;
}

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

.nav-thumb {
	margin-right: 5px;
	width: 100px;
	height: 75px;
	padding: 10px 10px 3px 10px;
	border: 0;
}

#movers-row {
	position:absolute;
	float: left;
	margin: 0;
	height: 110px;
	width: 821px;
	padding: 0px;
	z-index: 9998;
	margin-left: 51px;
}

#movers-row div {
	width: 110px;
	height: 110px;
	float: left;
	margin-right: 15px;
	text-align: center;
	z-index: 9998;
}

#movers-row div a.cross-link {
	float: right;
}

.photo-meta-data {
	padding: 0px;
	height: 500px;
	width: 320px; 
	top: 0px;
	left: 630px;
	position: absolute;
	z-index: 9990;
	float: right;
}

.white {
	color: white;
}

a.cross-link {
	position:absolute;
	width: 120px;
	height: 110px;
	margin-top: 0px;
	float: left;
	padding: 0;
	z-index: 9995;
	text-decoration: none;
	font-family: NovecentowideNormal;
	color: #bfbfbf;
	font-size: 11px;
	text-align: center;
	z-index: 9998;
}

a.cross-link:hover {
	color: #fff!important;
	background: #2a2a2a;
}

a.active-thumb {
	font-family:NovecentowideDemiBold!important;
	color:#fff!important;
	background: #B41B25 url(images/icon-uparrowsmallwhite.png) top center no-repeat;
}

a.active-thumb:hover {
	font-family:NovecentowideDemiBold!important;
	color:#fff!important;
	background: #B41B25 url(images/icon-uparrowsmallwhite.png) top center no-repeat;
}

.arrow {
	float:left;
	z-index: 9999;
}