.sliderwrapper{
	margin-left:auto;
	margin-right:auto;
	margin-botom:10px;
	margin-top:12px;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border: 10px solid #555;*/
	border-bottom-width: 1px;
	width: 420px; /*width of featured content slider*/
	height: 90px;
}

.pagination{
	margin-left:auto;
	margin-right:auto;
	margin-botom:10;
	width: 0px;
	height:0px;
	text-align: right;
}

.pagination a{
	padding: 0px 5px;
	background-image: url(../imagens/fundo_paginacao.png);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bolder;
	text-decoration:none

}
.pagination a:hover, .pagination a.selected{
	background-image: url(../imagens/fundo_paginacao_hover.png);
	background-repeat: no-repeat;
	font-size:11px;
	color: #333333;
	text-decoration:none
}
.rotatoria{
	text-decoration:none;
}

