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


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


/*
	SLIDER
*/
.slider-wrapp								{
	width:336px;
	clear:both;
	float:left;
}			

.panel ul									{ text-align: left; }
.stripViewer								{ position: relative; overflow: hidden; width:336px; height: 252px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 336px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: none;}
#movers-row									{
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 5px;
	padding-left: 1px;
}
#movers-row div								{
	width: 65px;
	float: left;
}
#movers-row div a.cross-link 				{ float: left;	width: 65px;}
.photo-meta-data							{
	background: url(file:///images/transpBlack.png);
	height: 35px;
	margin-top: -50px;
	position: relative;
	z-index: 9999;
	color: white;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(file:///images/icon-uparrowsmallwhite.png) top center no-repeat; }
#movers-row	span{
	float:left;
	width:2px;
	height:49px;
}

