/*
	Featured Content Slider
	by: Chris Coyier
*/


					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
blockquote									{ padding: 0; margin-left: 0px; border-left: 0px solid #ccc; font-size: 14px; font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{
	width: 419px;
	position: relative;
}			
.stripViewer .panelContainer 
.panel ul									{
	text-align: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.stripViewer								{
	position: relative;
	overflow: hidden;
	width: 419px;
	height: 285px;
}
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{
	border: 1px solid black;
}
#movers-row									{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#movers-row div								{ float: left; }
#movers-row div a.cross-link 				{ float: left; }
.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									{
	display: block;
	width: 63px;
	margin-top: -14px;
	position: relative;
	padding-top: 15px;
	z-index: 9999;
	padding-bottom: 15px;
	padding-right: 3px;
	padding-left: 3px;
}

.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }

.panelContainer {
	float: left;
	height: 400px;
	width: 419px;
	display: block;
}
.panel a img {
	border: 0px none #FFFFFF;
}
.panel a {
	color: #FFFFFF;
	text-decoration: underline;
}