/*
	Featured Content Slider
	by: Chris Coyier
*/


					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 0px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{margin: 0px auto; position: relative; min-height: 402px;
											  background: url(../pics/back-ani.jpg) top left no-repeat; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ text-decoration:none;}
a:hover
a:active							      { text-decoration:none; }
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: 512px;
	position: absolute;
	top: 12px;
	left: 15px;
	z-index: 2;
	visibility: visible;
}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 511px; height: 311px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 511px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: none;}
#movers-row									{ margin: -25px 0 0 45; }
#movers-row div								{width:57px; margin-right:7px; float: left; margin-top:15px }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background-image:url(../pics/transpBlack.png); width:492px; padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 18px; font-weight:bold;}
.cross-link									{ display: block; width: 60px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(../pics/icon-uparrowsmallwhite.png) top center no-repeat; }
.text_input{ padding:3px 0 3px 0; font-size:12px; color:#000000;}
.text_input_small{ padding:1px 0 1px 0; font-size:11px; color:#FF6600;}

