.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 548px; /*width of featured content slider*/
	height: 220px;
	background: #333333;
}

.contentdiv{
	visibility: hidden;
	position: absolute; 
	left: 0;
	top: 0;
	background: #333333;
	width: 548px;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.contentdiv img{
	margin: 0px;
	padding: 0px;
}

.pagination{
	width: 538px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 23px;
	text-align: right;
	background: #e6e7e9; /* Cor do site claro */
	padding-top: 5px;
	padding-right: 10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.pagination a{
	float: left;
	display: block;
	height: 18px;
	width: 15px;
	padding: 0px;
	margin-left: 5px;
	text-align: center;
	text-decoration: none; 
	background: #e44444;
	color: #ffffff;
}

.pagination a:hover, .pagination a.selected{
	background: #FF8080;
}

