/*
	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
*/

/*
	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: 949px; position:relative; top:0px; left: 0px; height:194px; margin:0 auto; }			
.stripViewer .panelContainer 
.panel ul									{ margin: -180px 0 0 5px; position:absolute;  }
.stripViewer								{ position: relative; overflow: hidden; width: 949px; height: 194px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 949px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ float:left; border: 1px solid black; margin-left: 5px;  left:0px; top:0px; width:40px; height:30px;}
#movers-row									{ position:absolute; left:0px; top:155px; }
#movers-row div								{ height:40px; }
#movers-row div a.cross-link 				{ position:relative; float:left;}
.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									{  }
.active-thumb 								{  }


/*
margin: -180px 0 0 5px; position:absolute;
*/


