.recordset_navigator {
	clear:both;
}
.recordset_navigator span {
	display:none;
}
.RSPrimeiro, .RSAnterior, .RSProximo, .RSUltimo {
	display:block;
	width:16px;
	height:16px;
}
.RSPrimeiro {
	background:url(images/First-trans.png) 0 0 no-repeat;
}
.RSAnterior {
	background:url(images/Previous-trans.png) 0 0 no-repeat;
}
.RSProximo {
	background: url(images/Next-trans.png) 0 0 no-repeat;
}
.RSUltimo {
	background:url(images/Last-trans.png) 0 0 no-repeat;
}
.recordset_pages {
	clear:both;
	text-align:center;
}
