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


/*
	PAGE STRUCTURE
*/
#page-wrap 									{
	width: 540px;
	margin-left: 0%;
	position: relative;
	min-height: 480px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	left: 0px;
}


/*
	SLIDER
*/
.slider-wrap								{ width: 500px; position: relative; top: 0px; left: 0px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 500px; height: 500px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 500px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{
	margin-top: -48px;
	margin-right: 0;
	margin-left: 47px;
	height: 40px;
}
#movers-row div								{ width: 12%; float: left; }
#movers-row div a.cross-link 				{
	float: left;
	left: 8px;
}
.photo-meta-data							{ background: url(blank); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 900; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 47px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 900; }
.active-thumb 								{ background: transparent  url(http://www.universitycoop.com/images/content/icon-uparrowsmallwhite.png) top center no-repeat; }






