/*
	Featured Content Slider
	by: Chris Coyier
*/

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  


/*
	PAGE STRUCTURE
*/
#page-wrap {
	padding: 5px;
	background: #f0f0f0;
	border: 1px solid #ccc;
	height:240px; width:545px;}


/*
	TYPOGRAPHY
*/
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: 460px; height:226px;float: left;
	background: #333;
	position:relative;
	color: #fff;
	overflow:hidden;
	border:2px solid #898C8D;}			

.stripViewer{ 
	position: relative; 
	overflow: hidden; 
	width: 460px; 
	height: 285px; 
	}
.stripViewer .panelContainer{ 
	position: relative; 
	left: 0; top: 0; 
	}
.stripViewer .panelContainer .panel	{ 
	float: left; height: 100%; 
	position: relative; width: 460px; 
	}
.stripNavL, .stripNavR, .stripNav{ display: none; }
.nav-thumb{ 
	border: 1px solid #898C8D; 
	padding:1px; 
	background:#fff; margin-right: 5px; 
}

#movers-row	{ 
	float: left;
	width: 70px;
	background: #f0f0f0;
	border-right: 1px solid #CCC;
	border-top: 1px solid #ccc;
}
#movers-row div{	
	border-bottom: 1px solid #CCC;
}
.wrapper{ 
	height:226px; 
	overflow:hidden; 
	position:relative; 
	width:460px;
	}
.photo-meta-data{ 
	background: url(/images/transpBlack.png); 
	padding:10px; 
	position:absolute;
	width:100%;
	bottom:0px; left:0px;
    color: white;
	}
.photo-meta-data a{ color:#ebe045; text-decoration:underline;}	
.photo-meta-data a:hover{ text-decoration:none;}
.photo-meta-data span{
	 font-size: 13px; 
	 }
.cross-link	{ 
	display: block; width: 62px; 
	padding:5px; 
}
.cross-link:hover{	
	background:#768B9C;
	cursor: pointer;
}
.active-thumb{ 
	background:#898C8D;
	cursor: pointer;
}






