/*
	Featured Content Slider
	by: Chris Coyier
*/
										{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

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



/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 500px; margin: 25px auto; position: relative; min-height: 500px;
											  background: url(images/bg.png) top center; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square; }
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: 528px;   }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; height: 307px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 528px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ margin-right: 5px; }
#movers-row									{}
#movers-row div								{ width: 10px; height:10px; float: left; margin-left:20px; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(/lib/js/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span a						{ font-size: 1.2em; font-weight:bold; color:#FFF }
.cross-link									{ display: block; width:10px;  height:10px; }
.active-thumb 								{ color:red; }


#movers-row  {
float:right;
height:10px;
margin:-17px 0 0;
overflow:hidden;
padding:4px 0 0 4px !important;
position:relative;
}
#movers-row div {
float:left;
margin:0 4px 0 0 !important;
padding:0;
}
#movers-row div a.cross-link {
float:left;
}
.cross-link {
background:none repeat scroll 0 0 #999999;
display:block;
float:left;
height:10px !important;
margin:0;
padding:0;
position:relative;
width:10px !important;
z-index:9999;
}
.active-thumb {
background:none repeat scroll 0 0 #F90;
}






