				  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 640px; margin: 0px auto; padding:auto 0px; position: relative; min-height: 290px;
											  background: url(images/bg.png) top center; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }

blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{ width: 640px; position: absolute; top: 0px; left: 0px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 0 0 0; }
.stripViewer								{ position: relative; overflow: hidden; width: 640px; height: 290px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 640px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ padding: 5px 5px 5px 5px;}
#movers-row									{ margin: -27px 0 0 10px; }
#movers-row div								{ width: 20px; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link
{
	
	float: left;
	margin-top: 0px;
	position: relative;
	padding: 3px;
	z-index:9999;
	text-decoration:none;
	font-family:Tahoma;
	font-size:10px;
	color:#706e5c;
	background: url(img/csbutton.png);
	background-repeat:no-repeat;
	background-position:center center ;
}
.active-thumb 								 
{
	background: url(img/csbutton_act.png);
	background-repeat:no-repeat;
	background-position:center center ;
	color:#fff;
}






