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


/*
	PAGE STRUCTURE
*/
#slider-cont-wrap 									{ float: left; margin: 0px; position: relative;
											  background: white; border: 1px solid #cccccc; padding: 10px; margin-bottom: 15px; }


/*
	TYPOGRAPHY
*/

/*
	SLIDER
*/
.wrapper { background: #ebebeb; width: 662px; padding: 5px; }
.slider-wrap								{ width: 670px;  }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 672px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 672px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ display: inline; }

.photo-meta-data-cont { padding: 10px; }
.photo-meta-data							{ width: 662px;
											  margin-top: -50px; position: relative; background: url(../images/transpBlack.png); z-index: 9999; color: white;}
#genPage .genRight .photo-meta-data a { color: white; font-weight: bold; }
#genPage .genRight .photo-meta-data a:hover { color: #e494a9;}
.photo-meta-data span 						{ font-size: 13px; }
.links-wrapper { margin-left: 5px; }
a.cross-link									{ background: #c01f48; display: inline; float: left; width: 10px; height: 10px; border: 1px solid white; margin-top: 5px; margin-right: 2px; }
a:hover.cross-link { background: #333333; }
a.active-thumb	{ border: 1px solid #333333; background: #333333; }






