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


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ min-height: 340px;}


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{  text-decoration: none; }
a:hover, a:active							{ color:000;}
blockquote									{  margin-left: 20px;font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{ position: absolute;}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; }
.stripViewer								{ position: relative; overflow: hidden; width: 290px; height: 260px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left;  position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#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); padding: 10px; height: 50px; 
											  margin-top: -40px; position: relative; z-index: 9998; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{   margin-top: -14px;  padding:1px;
											  position: relative; padding-top: 15px; z-index: 9998; }


