/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
a {
	outline: none;
}
/*
	PAGE STRUCTURE
*/
#page-wrap {
	width: 285px;
	margin: 25px auto;
	position: relative;
	min-height: 346px;
}
/*
	SLIDER
*/
.slider-wrap {
	height: 346px;
	position: relative;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 0px 0 0px;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 285px;
	height: 346px;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 285px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}
.nav-thumb {
	margin-right: 0px;
}
.movers-row {
	height: 21px;
	float:left;
	width: 22px;
	margin: 0px;
}
.photo-meta-data {
	background: url(images/transpBlack.png);
	padding: 10px;
	height: 30px;
	margin-top: -54px;
	position: relative;
	z-index: 9999;
	color: white;
}
.photo-meta-data span {
	font-size: 13px;
}
.cross-link {
	display: block;
	width: 22px;
	height: 21px;
	position: relative;
	padding-top: 0px;
	z-index: 200;
}
.active-thumb {
	background: transparent url(images/dot_active.png) center no-repeat;
}
.movieButton {
	padding: 10px;
	height: 30px;
	margin-top: -180px;
	margin-left:30px;
	position: relative;
	z-index: 200;
	color: white;
}

