/*
	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: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#slide-show									{ width:635px; position: relative; min-height: 380px; /* screen size */
											  background: url('images/bg3.png') no-repeat; top:-3px; left:-8px; *left:-15px; }


/*
	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;}
span.title									{ font-weight: bold; color:yellow; }

/*
	SLIDER
*/
.slider-wrap								{ width: 575px; position: absolute; top: 29px; left: 30px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 575px; height: 316px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 575px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }


.slider-wrap a.nav-thumb img				{ border: 0px solid black; }
.slider-wrap span a.cross-link				{ display:none; float:left; left:115px; }
.slider-wrap span a.cross-link img			{ display:none; float:right; margin:-14px 0 0 0; *margin:-14px 0 0 -3px; *padding-right:1px; } /* thumbs (2nd to last) */


.photo-meta-data							{ background: url('images/transpBlack.png'); padding:7px 10px 10px 10px; height: 55px; 
											  margin-top: -100px; position: relative; z-index: 9999; color: white; font-size:12px; line-height:16px; }
.photo-meta-data span 						{ font:14px arial,sans-serif; *line-height:18px; }
.cross-link									{ display: none; width: 20%; height:50px; margin-top: -36px; /* margin positions first thumb */
											  position: relative; padding:0; z-index: 9999; border:0px solid black; } */
a.active-thumb								{ background: transparent url('images/icon-uparrowsmallwhite.png') no-repeat; position:relative; }






