/*
	Featured Content Slider
	by: Chris Coyier
*/


					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }

a{text-decoration: none;}
a:hover{text-decoration:none;color:#990000;background: #F0EACE;}


/*
	PAGE STRUCTURE
*/
#cs-wrap 									{ width: 910px; margin: 6px auto; position: relative; min-height: 301px;
											  background: url(/cs/images/bg1.png) top center; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }


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: 858px; position: absolute; top: 15px; left: 26px; z-index:99; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 856px; height: 210px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 858px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 4px; }
#movers-row									{ margin: 0px 0px 0px 0px; }
#movers-row div								{ width: 123px; float:left; margin: 0px 0px 0px 20px; }
#movers-row div a.cross-link 				{ float: left; color:#FFF; }
.photo-meta-data							{ padding: 10px; height: 38px; 
											  margin-top: -198px; position: relative; z-index:99; color: white; }
.photo-meta-data p							{line-height:1.4em; padding-bottom:9px; }
.cross-link									{ display:inline-block; width: 143px; margin-top: -10px;position: relative; padding-top: 15px; z-index: 9999; }
											  
.active-thumb 								{ background: transparent url(/cs/images/icon-uparrowsmallwhite.png) top center no-repeat; }
a:hover, a:active							{ color: white; text-decoration:none;}
.photo-meta-data a 							{color: white;}








