
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft {
	float: left;
	margin-right: 10px;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
/*
	PAGE STRUCTURE
*/
#slider-main-wrap {
	width: 658px;
	position: relative;
	background-color: #fff;
	background-position: center top;
	height: 326px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
/*
	TYPOGRAPHY
*/
blockquote {
	padding: 0 20px;
	margin-left: 20px;
	border-left: 20px solid #ccc;
	font-size: 14px;
	font-family: Georgia, serif;
	font-style: italic;
	margin-top: 10px;
}
/*
	SLIDER
*/
.slider-wrap {
	width: 638px;
	position: absolute;
	top: 10px;
	left: 10px;
	height: 245px;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 30px;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 638px;
	height: 245px;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 638px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}
.nav-thumb {
	border: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
#movers-row {
	margin-top: -56px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 78px;
}
#movers-row div {
	width: 110px;
	float: left;
}
#movers-row div a.cross-link {
	float: right;
}
.photo-meta-data {
	background: url(../images/transpBlack.png);
	height: 40px;
	margin-top: -36px;
	position: relative;
	z-index: 9999;
	color: white;
	width: 638px;
	padding-top: 8px;	
}
.photo-meta-data span {
	font-size: 13px;
	padding: 8px;
}
.photo-meta-data a {
	color: #FC0;
	text-decoration: none;
}
.photo-meta-data a:hover {
	color: #FC0;
	text-decoration: underline;
}
.cross-link {
	display: block;
	width: 83px;
	margin-top: 0px;
	position: relative;
	padding-top: 12px;
	z-index: 9999;
}
.active-thumb {
	background: transparent url(../images/active_bkg.png) top center no-repeat;
}
