/*
	UTILITY STYLES
*/

.floatLeft
{
	float: left;
	margin-right: 10px;
}
.floatRight
{
	float: right;
}
.clear
{
	clear: both;
}
a
{
	outline: none;
}


/*
	PAGE STRUCTURE
*/
#slider-container
{
	width: 298px;
	border: solid 1px blue;
	overflow: hidden;
}


/*
	SLIDER
*/
.slider-wrap
{
	width: 298px;
	border: solid 4px #ebebeb;
	float: left;
	margin-left: 2px;
}
.stripViewer
{
	position: relative;
	overflow: hidden;
	width: 296px;
	height: 296px;
	background-color: #fff;
	margin: 1px;
}
.stripViewer .panelContainer
{
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel
{
	float: left;
	height: 100%;
	position: relative;
	width: 296px;
}
.stripNavL, .stripNavR, .stripNav
{
	display: none;
}
.nav-thumb
{
	border: 1px solid black;
	margin-right: 0;
}
#movers-row
{
	width: 100%;
	float: left;
}
#movers-row div
{
	width: 33%;
	float: left;
}
#movers-row div a.cross-link
{
	float: right;
}
.photo-meta-data
{
	background: url(/Assets/Images/transpBlack.png);
	padding:5px 10px 0 10px;
	height: 50px;
	margin-top: -50px;
	position: relative;
	z-index: 9999;
	color: white;
	font-size:9pt !important;
}
.photo-meta-data span
{
	font-size: 11px;
}
.cross-link
{
	display: block;
	border: solid 1px #fff;
	border-top: solid 6px #fff;
	z-index: 9999;
	float: left;
}
.active-thumb
{
	border: solid 1px orange;
	border-top: solid 7px #f18948;
}
