/*
	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 									{ width: 355px; margin: 0px auto; position: relative; min-height: 280px;
											  background: top center; }


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

/*
	SLIDER
*/
.slider-wrap								{ width: 360px; position: absolute; top: 0px; left: 0px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0px 0px; }
.stripViewer								{ position: relative; overflow: hidden; width: 620px; height: 280px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 620px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid #333333; }
#movers-row									{ margin: -41px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{
	background: url(images/transpBlack.png);
	padding: 7px;
	height: 30px;
	margin-top: -50px;
	position: relative;
	z-index: 9999;
	color: white;



}
.photo-meta-data span 						{ font-size: 14px; }
.cross-link									{ display: block; width: 105px; margin-top: 0px; 
											  position: relative; padding-top: 0px; z-index: 9999; 
											  	filter:alpha(opacity=55);
												-moz-opacity:0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;
											  
											  
											  }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) right center no-repeat; 

	filter:alpha(opacity=100);
												-moz-opacity:0.99;
												-khtml-opacity: 0.99;
												opacity: 0.99;

}
.destaque-titulo {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.destaque-frase {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}
