/*
	Featured Content Slider
*/
*											{ margin: 0; padding: 0; }
body 										{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; }

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


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 700px; margin: 0px auto; position: relative; min-height: 240px; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a:link { color: #ffffff ; text-decoration: none; cursor: hand;
cursor: pointer;}
a:visited { color: #ffffff ; text-decoration: none; cursor: hand;
cursor: pointer; }
a:hover, a:active { color: #ffffff; cursor: hand;
cursor: pointer;}


/*
	SLIDER
*/		
.cross-link									{ display: block;  }

.slider-wrap	{ width: 700px; position: absolute; top: 87px; left: 40px; }
			
.stripViewer .panelContainer .panel ul	{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer { position: relative; overflow: hidden; width: 700px; height: 240px; }
.stripViewer .panelContainer	{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel	{ 
	float: left; 
	height: 100%; 
	position: relative; 
	width: 700px; 
	height: 240px;
}
.stripNavL, .stripNavR, .stripNav	{ display: none; }
.nav-thumb 	{ border: 0; margin-right: 5px; }

#movers-row	{ margin: 0px 0px 0px; width: 100%; float: left; }

#movers-row div	{ width: 80px; float: left; margin: 0px;}


.photo-meta-data { 
	background: url(../images/black.png) no-repeat; 
	padding: 40px 50px 0px; 
	height: 240px; 
	margin-top: -220px; 
	left: 200px;
	position: relative; 
	width: 500px;
	z-index: 9999; 
}


.photo-meta-data h1 {
	color: #ffffff; 
	font-size: 30px;
	font-weight: normal; 	
	font-family: Times New Roman, serif;
	margin: 0px; padding: 0px; 
	width: 90%;
	}
	
.photo-meta-data p {
	color: #ffffff; 
	font-size: 20px;
	font-weight: normal; 	
	font-family: Times New Roman, serif;
	margin: 0px; padding: 0px; 
	width: 90%;
	}

.whole { width: 100%; float: left;

}





