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

/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ font-size: 12px; 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: 220px; padding: 10px 10px 100px 5px; background: url(../images/c2.jpg) repeat-x; top: 87px; left: 0px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 0px 0 30px; }
.wrapper img 									{ text-align:center; border: 2px #000 solid; margin: 0 40px; }
.wrapper img:hover							{ width:70%; margin: 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 210px; height: auto; }
.stripViewer .panelContainer					{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 210px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ margin: 0px; }
#movers-row									{ margin: 10px 20% 0 15%; padding: 10px; text-align: center; }
#movers-row div								{ width: 10%; float: right; margin: 0 5%}
#movers-row div a.cross-link 					{ float: left; color: #D41919;}
#movers-row div a.cross-link:hover 			{ background: #F77474; color: #000000; }
.photo-meta-data							{ background: none; padding: 10px; height: auto; 
											  margin-top: 10px; position: relative; text-align:center; z-index: 9999; color: black; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ width: 10px; margin-top: 0px;
											  position: relative; padding: 5px; z-index: 9999; }
.active-thumb 								{ background: #F77474; color: #000000; font-weight:bold }






