/*
	Featured Content Slider
	by: Chris Coyier
*/
					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 0px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{
	width: auto;
	position: absolute;
	float:left;
	background-color:#FFF;
	padding:5px;
	
}


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
blockquote									{ padding: 0px; margin-left: 10px; border-left: 10px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 0px;}

/*
	SLIDER
*/
.slider-wrap								{ width: auto; position: absolute; top: 0px; left: 0px; background-color:#FFF; padding:4; height:245px; }			
.stripViewer .panelContainer 
.panel ul									{
	text-align: left;
}
.stripViewer								{
	overflow: hidden;
	width: 796px;
	height: 267px;

}
.slider-wrap								{
	width: auto;
	position: absolute;
	top: 4px;
	left: -55px;
}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 0px 0 0px; }
.stripViewer								{ position: relative; overflow: hidden; width: 796px; height: 257px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: auto; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 0px solid black; margin-right: 1px; }
#movers-row									{ margin: -30px 0px 0 0px;}
#movers-row div								{ width: 2%; float: right; }
#movers-row div a.cross-link 				{ float: right; }
/*.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: 20px; margin-top: -14px; 
											  position: relative; padding: 3px; z-index: 9999;
											  margin-right:5px;}
.active-thumb 								{ background-color:#FFF;}

