/*
	Featured Content Slider
	by: Chris Coyier
*/
* {
	margin:0;
	padding:0;
}


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

.floatRight {
	float:right;
}

.clear {
	clear:both;
}

.slider-title a{
	color: #fff;
	font-size: 14px;
}
.sider-title a:hover{
	color: #fff;
	font-size: 14px;
}
.sider-title a:visited{
	color: #fff;
	font-size: 14px;
}
.sider-title a:active{
	color: #fff;
	font-size: 14px;
}
	
/*
	TYPOGRAPHY
*/
ul {
	list-style:square inside;
}




	
/*
	SLIDER
*/
.slider-wrap {
	width:645px;
	position:absolute;
	top:0px;
	padding: 30px 15px;
	left:0px;
	background: #666;
	
	}
	

.stripViewer .panelContainer .panel ul {
	text-align:left;
	margin:0 15px 0 30px;
}

.stripViewer {
	position:relative;
	overflow:hidden;
	width:419px;
	height:310px;
}

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

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

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



#movers-row {
	width: 200px;
	height: auto;
	
	float:right;
	margin-top: -312px;
}

#movers-row div {
	width:90px;
	float:left;
	
	padding-right:0px;
	margin: 5px 5px 5px 0;
}

#movers-row div a.cross-link {
	float:right;
}
.jovaRow{
	width: 220px;
	float: left;
	height: 200px;
	margin-left: 400px;
	z-index: 2000000000;
	background: pink;
}

.photo-meta-data {


	padding:0px;
	height:30px;
	margin-top:-50px;

	color:white;
	float:left;
	width:439px;
}

* html .photo-meta-data {
	background:#000;
	padding:10px;
	height:30px;
	margin-top:-50px;
	position:relative;
	z-index:100;
	color:white;
	float:left;
	width:439px;
}
.photo-meta-data span {
	
}

.cross-link {
	display:block;
	width:100px;
	margin-top:0px;
	position:relative;
	padding-top:0;
	z-index:100;
}

.active-thumb {
	padding: 0 ;
	opacity: 0.4;
	
	
}
* html .active-thumb {
	background:transparent url(icon-uparrwsmallwhite-trans.png) top center no-repeat;
}

