/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{ margin: 0; padding: 0; }
body 										{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; }

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


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 1065px; margin: 0px ; position: relative; min-height: 400px; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a											 { color: white; font-weight: bold; text-decoration: none; }
a:visited									{ color: white; font-weight: bold; text-decoration: none; }
a:hover										{ color: white; font-weight: bold; text-decoration: underline; }
a:active									{ color: white; font-weight: bold; text-decoration: underline; }
blockquote									{ padding: 0 50px; margin-left: 10px; border-left: 10px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{ width: 1065px; height: 375px; position: absolute; top: 0px; left: 0px; border: solid #000; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 0px 0 0px; }
.stripViewer								{ position: relative; overflow: hidden; width: 1065px; height: 370px; }
.stripViewer .panelContainer				       { position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 1065px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 0px; width:150px; text-align:left;}
#movers-row									{ margin: 0px 0px 0px 170px; padding-right:0px; text-align: left;}
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				        { float: right; }
.photo-meta-data							{ background: url(/front_tabs_2015/images/transpBlack.png); padding: 10px; height: 25px; 
											  margin-top: -45px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 12px; }
.cross-link									{ display: block;  margin-top: -20px; position: relative; padding-top: 0px; padding-right: 0px; margin-left: 0px; margin-right:0px; z-index: 9999; }
/*.active-thumb 								{ background: transparent url(/front_tabs_2014/images/icon-borderGold.png) top center no-repeat; } */
.active-thumb 								{ border: 2px solid gold; margin-right: 0px; margin-left: 0px; }






