/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
/*
	PAGE STRUCTURE
*/
#page-wrap {
	width: 630px;
	margin: 5px 5px;
	position: absolute;
	height: 290px;
}
/*
	TYPOGRAPHY
*/
.conte{
	height:250px;
}
a, a:visited {
	color: #02538a;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration:underline;
}
/*
	SLIDER
*/
.slider-wrap {
	border:1px solid #CCCCCC;
	width: 630px;
	height:287px;
	position: absolute;
	top: 5px;
	left: 1px;

}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 5px;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 590px;
	height: 200px;
	padding:0 10px 0 10px;
	
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel {
	float: left;
	position: relative;
	width: 610px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}
.nav-thumb {
	margin-right: 6px;
}
#movers-row {
	margin: 0 0 0 15px;
}
#movers-row div {
	float: left;
}
#movers-row div a.cross-link {
	float: left;
}
.photo-meta-data {
	background:url(images/transpBlack.png);
	padding: 10px;
	height: 30px;
	margin-top: -50px;
	position: relative;
	z-index: 9999;
	color:#999999;
}
.photo-meta-data span {
	font-size: 13px;
}
.cross_thumb{
	width:24%;
	margin-bottom:5px;
}
.cross-link {
	display: block;
	position: relative;
	z-index: 9999;
}
.active-thumb {
	/* background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; */
}
.left {
	float:left;
	clear:inherit;

}
.right {
	float:left;
	margin:0 0 0 2px;
	color:#003399;
}
.slider_title{
	font-size:16px;
	color:#003399;
	padding:5px 5px;
}
.cross-link_title{
	font-size:11px;
	clear:both;
}
._list_more_div{
	float:right;
	clear:right;
	padding-right:20px;
}
