.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border: 10px solid #515660;*/
	width: 606px; /*width of featured content slider*/
	height: 250px;
	background-color: #52555F;
}

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

#divPaginasNav{
	width: 596px; 
	padding: 5px;
	background-color: #515660;
	height: 30px;
}

.pagination{
	padding: 5px 5px 0px 5px;
	width: 320px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	background-color: #31333B;
	height: 25px;
	float:left;
	font-weight: bold;
}

.pagination a{
	text-align: center;
	width: 18px;
	line-height: 19px;
	font-family:Arial narrow;
	font-size:18px;
	text-decoration: none; 
	color: #fff;
	float:left;
	margin: 1px;
}

.pagination a:hover, .pagination a.selected{
	width: 18px;
	line-height: 19px;
	color: #fff;
	background-color: #0394B4;
	margin: 1px;
}

.pagination img{
	border: none;
	float:left;
}