.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px solid #0b4889;
	border-left-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	width: 500px; /*width of featured content slider*/
	height: 310px;
}

.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: 505px; /*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;
	z-index: 50;
}

.img_destaque {
	height: 310px;
	width: 505px;
	margin: 0;
	overflow: hidden;
	background: white;
}

.legenda_destaque {
	background: url(transpBlack.png);
	padding: 7px;
	text-align: left;
	width: 493px;
	height: 70px;
	margin-top: -80px;
	position: relative;
	z-index: 51;
	color: white;
	font-size: 10px;
} 
.legenda_destaque span { font-size: 17px; font-family: Georgia, Times New Roman, Times, serif; }

.pagination{
	font: Arial,Helvetica,sans-serif;
	width: 488px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	background-color: #0b4889;
	padding: 5px 10px;
}

.pagination a{
	padding: 2px 5px;
	border: solid 1px #7f7f7f;
	text-decoration: none; 
	color: #00007D;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	border: solid 1px #4d4d4d;
	background-color: #FEE496;
}
