/*
UTILITY STYLES
*/    
    
.floatLeft {
	float: left; margin-right: 10px;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
a {
	outline: none;
}

/*
SLIDER
 */
#main-photo-slider {
	width: 544px;
	overflow: hidden;
}
#main-photo-slider .panelContainer {
	height: 252px;
	overflow: hidden;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 544px;
	height: 252px;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 544px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}
.nav-thumb {
	margin-right: 0;
}
#movers-row div a.cross-link {
	float: right;
}
.photo-meta-data {
	background: url(../img/top/transpBlack.png);
	padding: 10px;
	height: 30px;
	margin-top: -50px;
	position: relative;
	z-index: 9999;
	color: white;
}
.photo-meta-data span {
	font-size: 13px;
}
.cross-link {
	display: block;
	width: 109px;
}
.active-thumb {
	background: transparent url(../img/top/mv-bn-this.gif) top center no-repeat;
}






