/* Os estilos de cada info vão neste CSS */

/*prox_ant*/
#texto a.ant {
	background:transparent url(img/ant.png) repeat scroll 0 0;
	display:block;
	float:left;
	height:25px;
	margin-left:12px;
	margin-top:4px;
	text-indent:-5000px;
	width:24px;
	
}
#texto a.ant:hover {
	background-position:0 -25px;
	margin-left:12px;
}

#texto a.pro {
	background:transparent url(img/prox.png) repeat scroll 0 0;
	display:block;
	float:left;
	height:25px;
	margin-left:3px;
	text-indent:-5000px;
	width:24px;
	margin-top:4px;
}
#texto a.pro:hover {
	background-position:0 -25px;
	margin-left:3px;
}
/*prox_ant*/
