* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}


	
/*
	UTILITY STYLES
*/
.floatLeft {
	float:left;
	margin-right:10px;
}

.floatRight {
	float:right;
}

.clear {
	clear:both;
}

a {
	outline:none;
}


	
/*
	TYPOGRAPHY
*/
ul {
	list-style:square inside;
}

a,a:visited {
	text-decoration:none;
}

a:hover,a:active {
	color:white;
}


	
/*
	SLIDER
*/
.slider-wrap {
	width:600px;
	position:absolute;
	top:10px;
	left:10px;
}

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

.stripViewer {
	position:relative;
	overflow:hidden;
	width:600px;
	height:195px;
}

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

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

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



#movers-row {
	margin:-43px 0px 0px -6px

}

#movers-row div {
	width:90px;
	float:left;
	margin-top:52px;
	padding-right:1px;
	margin-left:10px;	
}
* + html #movers-row div {
	width:88px;
	float:left;
	margin-top:52px;
	margin-left:0px !important;
	margin-right:11px;
	
}

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

.photo-meta-data {
	
	padding:10px;
	height:30px;
	margin-top:-50px;
	position:relative;
	color:white;
	float:left;
	width:599px;
}

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


.cross-link {
	display:block;
	width:95px;
	margin-top:-7px;
	position:relative;
	padding-top:4px;
	
}

.active-thumb {
	
	
	background:url(transpBlack.png);
	height:70px;

}