﻿
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.clear
{
	clear: both;
}

#page-wrap
{
	width: 910px;
	margin: 0 auto;
	position: relative;
	height: 276px;
	overflow: hidden;
}

/*
	SLIDER
*/
.slider-wrap
{
	width: 910px;
	/*margin-top:10px;
	margin-left:10px;
	_margin-left:6px;*/
	
}
.stripViewer .panelContainer .panel ul
{
	text-align: left;
	margin: 0 15px 0 30px;
}
.stripViewer
{
	position: relative;
	overflow: hidden;
	width: 910px;
	height: 258px;
}
.stripViewer .panelContainer
{
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel
{
	float: left;
	height: 100%;
	position: relative;
	width: 910px;
}
.stripNavL, .stripNavR, .stripNav
{
	display: none;
}
.nav-thumb
{
	/*border: 1px solid black;
	margin-right: 5px;*/
	margin-right: 5px;
	width:16px;
	display:block;
	
}
#movers-row
{
	margin: 28px 20px 0 10px;
	-margin: 28px 20px 0 0;
	float: right;
}
#movers-row div
{
	width: 20px;
	float:left;
}
#movers-row div a.cross-link
{
	float: left;
}

.photo-meta-data
{
	background: url(transpBlack.png);
	padding: 10px;
	height: 30px;
	margin-top: -50px;
	position: relative;
	z-index: 9999;
	color: white;
}
.photo-meta-data span
{
	font-size: 12px;
}
.cross-link
{
	display: block;
	width: 20px;
	position: relative;
	z-index: 9999;
	background:#CCCCCC;
	color:#000000;
}
.active-thumb
{
	background:#2D456B;
	color:#FFFFFF;
}



.info h1
{
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.info h1 a
{
	color: #000000;
}
.info a
{
	color: #000000;
}
.info
{
	padding: 20px 5px;
	line-height: 180%;
	height: 225px;
	float: right;
	width: 260px;
	background:
}
.info img
{
	padding-right: 20px;
}





