.box-paginacao {
	height: 28px;
	margin: auto;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	font-family: verdana;
	text-align: center;
}


.item-paginacao span{
	background-image: url('../_img/pag_bg.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	text-align: center;
	display: inline; 
	padding: 4px 7px 4px 7px;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
	color: #C00;
}

.item-paginacao a{
	background-image: url('../_img/pag_bg.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
	display: inline; 
	padding: 4px 7px 4px 7px;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
	color: #999999;
}

.item-paginacao a:hover{
	color: #006699;
	text-decoration: none;
}

.esquerda {
	display: inline;
	margin: 0px;
	padding: 4px 9px 4px 14px;
	background-image: url('../_img/pag_esq.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}


.direita {
	display: inline;
	padding: 4px 9px 4px 15px;
	margin: 0px 0px 0px 5px;
	background-image: url('../_img/pag_dir.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
