
.slider-wrap { 
	width: 750px; 
	position: absolute; 
	top: 7px; 
	left: 7px;
	background-color: white;
}

.stripViewer .panelContainer .panel ul { 
	text-align: left; 
	margin: 0 15px 0 30px; 
}

.stripViewer { 
	position: relative; 
	overflow: hidden; 
	width: 419px; 
	height: 285px; 
}

.stripViewer .panelContainer { 
	position: relative; 
	left: 0; 
	top: 0; 
}

.stripViewer .panelContainer .panel { 
	float: left; 
	height: 100%; 
	position: relative; 
	width: 520px; 
}

.stripNavL, .stripNavR, .stripNav { 
	display: none; 
}


#movers-row { 
	margin: -43px 0 0 62px; 
}

#movers-row div { 
	width: 20%; 
	float: left; 
}

#movers-row div a.cross-link { 
	float: right; 
}

.photo-meta-data { 
	background: url(images/transpBlack.png); 
	height: 30px; 
	position: relative; 
	z-index: 9999; 
	color: white; 
	position: absolute; 
	padding: 10px;
	bottom: 50px; /* height + padding top + padding bottom */
	left: 0px;
	opacity: 0.85;
	font-size: 10px;
}

.photo-meta-data span { 
	font-size: 10px; 
}

.cross-link { 
	display: block; 
	width: 62px; 
	margin-top: -14px; 
	position: relative; 
	padding-top: 15px; 
	z-index: 9999; 
}

.symImageStyle {position: relative; top: -1px;}


