.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 570px; /*width of featured content slider*/
height: 180px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 570px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0px;
margin-bottom:20px;
height:22px;
margin-right:2px;

}

.pagination a{
color: #666666;
padding: 3px 5px; border: 0px solid #ccc; background: #fff; text-decoration: none; font-size:11px
}

.pagination a:hover, .pagination a.selected{
color: #d31145;
background: #E8E8E8;
}

.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 570px; }
.photo-meta-data							{ background: url(/portalgem/municipio-electronico/js/transpBlack.png); filter:alpha(Opacity=70); padding-bottom:10px; width:570px; height: 80px; 
											  margin-top: -60px; position: relative; z-index: 9999;  }

.photo-meta-data1							{ padding: 10px; padding-bottom:10px; width:550px; height: 40px; 
											  margin-top: -60px; position: relative; z-index: 999999; color: white; font-weight:bold; text-align:left }
.photo-meta-data1 span 						{ font-size: 11px; font-weight:normal; }


