/*
	Featured Content Slider
	by: Chris Coyier
*/

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


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 959px; margin:9px 0px 0px 19px !important; min-height: 317px;display:block }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a							{ color: #729dff; text-decoration: none; }
a:hover, a:active							{  }
blockquote									{ padding: 0 20px; margin-left: 20px; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{ width: 959px; height:317px; position: relative; margin:0 }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 0px; }
.stripViewer								{ position: relative; overflow: hidden; width: 959px; height:317px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 959px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ margin-right: 5px; }
#movers-row									{ margin: -315px 0 0 0px;width:300px; }
#movers-row div								{ width: 300px; float:left;display:block;height:52px; overflow:hidden}
#movers-row div a.cross-link				{ width:293px; height:52px; position:relative}
#movers-row div a.cross-link:hover				{ background:url(images/bg-thumb.png) 0px -37px no-repeat; }

.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									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 99; }
.active-thumb 								{ background:url(images/bg-thumb.png) 0px -38px no-repeat; }
.nonactive-thumb 								{ background:url(images/bg-thumb.png) 0px 15px no-repeat; }







