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


	/*
		UTILITY STYLES
	*/				  				  

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

	/*
		PAGE STRUCTURE
	*/
	
#page-wrap {
	height:311px;
	overflow:hidden;
	padding:8px;
	width:475px;
	}

	/*
		SLIDER
	*/
	.slider-wrap { 
		width: 419px; 
	}
	
	.stripViewer .panelContainer 
	.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
	
.stripViewer { 
	position: relative; 
	overflow: hidden; 
	width: 459px; 
	height: 246px; 
}

	.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
	
.stripViewer .panelContainer .panel { 
	float: left; 
	height: 246px;
	overflow:hidden; 
	position: relative; 
	width: 459px;
	font-size:11px;
}

	.stripNavL, .stripNavR, .stripNav			{ display: none; }
	.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }

#movers-row {
	width:462px;
	margin-top:-1px;
	overflow:hidden;
}

#movers-row div { 
	float: left;
}
	
	#movers-row div a.cross-link 				{ float: right; }
	
.photo-meta-data {
	background:url("http://css-tricks.com/examples/FeaturedContentSlider/images/transpBlack.png") repeat scroll 0 0 transparent;
	color:white;
	height:40px;
	margin-top:-44px;
	padding:0px 6px;
	position:relative;
	text-align:left;
	z-index:9999;
	}



.cross-link {
	display: block; 
	width: 76px; 
	margin-top: -14px; 
	position: relative; 
	padding-top: 15px; z-index: 9999;
}

	


#movers-row img {
/*	height:51px;*/
	width:77px;
	overflow:hidden;
	}

.wrapper img {
	height:246px;
}

.photo-meta-data a {
	font-size:17px;
	color:white;
	font-weight:bold;
}