/*Slider*/

/*
	PAGE STRUCTURE
*/
#page-wrap { 
	width: 420px; 
	margin: 0px auto; 
	position: relative; 
	min-height: 336px;
/*	background-color:#ccc; */
}	

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



.slider-wrap								{ width: 400px; position: absolute; top: 8px; left: 10px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 400px; height: 280px;border:1px solid #797979; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0;}
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ 
	border: 1px solid #797979; 
	margin-left: -5px;
	_margin-left: 0px;
	_margin-right: 5px; 
}
#movers-row									{ margin: 0px 0 0 0px;  }
#movers-row div								{ width: 65px;; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data{ 
/*	background: url(../images/transpBlack.png); */
	background-color: #333333; 
	filter: Alpha(Opacity=80); opacity: .80;	
	/*filter: Alpha(Opacity=70); opacity: .70;*/
	padding: 8px;
	text-align:left;/*se tiver dando pau tira isso*/
/*	padding-right:15px; */
	height: 80px; 
	margin-top: -55px; 
	position: relative; 
	z-index: 9999; 
	color: white; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
}
.photo-meta-data span { 
	font-size: 11px; 	
}
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(../images/icon-uparrowsmallwhite.png) top center no-repeat; }


/*
	TYPOGRAPHY
*/
a, a:visited								{ color: #729dff; text-decoration: none; }
a:hover, a:active							{ color: white; }





