/*
	Featured Content Slider
	by: Chris Coyier
*/

*											
	{ 
	margin: 0; 
	padding: 0; 
	}

body 										
	{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	}

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

.floatRight									
	{ 
	float: right; 
	}

.clear 										
	{ 
	clear: both; 
	}

/*
	PAGE STRUCTURE
*/



#page-wrap 									
	{ 
	width:700px; 
	margin:25px auto; 
	position:relative; 
	height:200px;}

/*
	TYPOGRAPHY
*/
	
a, a:visited					
	{ 
	text-decoration:none; 
	color:#6B6B6B;
	}
	
a:hover, a:active							
	{ 
	text-decoration: underline;
	}


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:586px;  
	position:absolute; 
	top:87px; 
	left:40px; 
	}			

.stripViewer .panelContainer 

.panel ul									
	{ 
	text-align:left; 
	margin:0 15px 0 30px; 
	}

.stripViewer								
	{ 
	position:relative; 
	overflow:hidden; 
	width:586px; 
	height:350px; 
	}

.stripViewer .panelContainer				
	{ 
	position:relative; 
	left:0; 
	top:0;
	}

.stripViewer .panelContainer .panel			
	{ 
	float:left; 
	height:100%; 
	position:relative; 
	width:586px;  
	}

.stripNavL, .stripNavR, .stripNav			
	{ 
	display:none; 
	}

.nav-thumb 									
	{ 
	border:1px solid black; 
	margin-right:5px; 
	}

.photo-meta-data							
	{ 
	background:url(images/transpBlack.png); 
	padding:10px; 
	height:70px; 
	margin-top:-70px; 
	position:relative; 
	z-index:9999; 
	color: white; 
	}

.photo-meta-data span 						
	{ 
	font-size:13px; 
	}

.slider-wrap								
	{ 
	border-style:solid; 
	border-width:1px; 
	background-color:#FFFFFF;
	}

.credit										
	{position:relative; 
	top:275px; 
	text-align:center;
	color:#6B6B6B;
	}

#movers-row									
	{
	position:relative; 
	top:220px; 
	text-align:center;
	}

.wrapper
	{
	width:586px; 
	height:350px;
	}
	
.transpBlack_home
	{
	width:586px; 
	height:150px; 
	position:relative; 
	left:0px; 
	bottom:150px;
	}
	
.transpBlack_biography
	{
	width:586px; 
	height:180px; 
	position:relative; 
	left:0px; 
	bottom:180px;
	}
	
.transpBlack_contact
	{
	width:213px; 
	height:350px; 
	position:relative; 
	left:0px; 
	bottom:350px;
	}

.transpBlack_testimonies
	{
	width:586px; 
	height:150px; 
	position:relative; 
	left:0px; 
	bottom:150px;
	}

.transpBlack_events
	{
	width:586px; 
	height:150px; 
	position:relative; 
	left:0px; 
	bottom:150px;
	}
	
.transpBlack_media
	{
	width:100%; 
	height:100%; 
	position:relative; 
	left:0px; 
	bottom:100%;
	}

.all_text
	{
	position:relative; 
	left:10px; 
	bottom:100%; 
	color:#FFFFFF; 
	padding:10px 10px 10px 0px;
	}
	
.page_title
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight:bold;
	}
	
.body_text
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	}