/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{ margin: 0; padding: 0; }
body dd										{ 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 	{ 
	border: 1px solid blue;
	width: 800px; 
	margin: 0px auto; 
	position: relative; 
	height: auto;
}


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #729dff; text-decoration: none; }
a:hover, a:active							{ color: white; }
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: 800px; 
	float: left;
}
			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer { 
	position: relative; 
	overflow: hidden; 
	width: 800px; 
	height: auto; 
}

.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 800px; }
.stripNav									{ display: none;}
.stripNavL {
	float: left;
	width: 770px;
}
.stripNavR {
	float: right;
	width: 30px;
	height: 60px;
	text-align: right;
}

.nav-thumb 									{ border: 0px solid black; margin-right: 0px; }
#movers-row									{ margin: 0px; }
#movers-row div								{ float: left; }
#movers-row a								{ float: left; }
#movers-row img								{ float: left; }
#movers-row .ActiveSlide 				{ border-bottom: 8px solid #83B508; }
.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; }
.ActiveSlide 								{ border-bottom: 8px solid #83B508; }
.cross-links									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }






