.d{
	background:url(../img/others/direita.png) no-repeat bottom;
	height:20px;

}
.e{
	background:url(../img/others/esquerda.png) no-repeat bottom ;
	height:20px;
	padding-bottom:3px;
    
}

.pagination {
    font-size: 80%;
}
		
        
.pagination a {
	/*background: url(../img/others/unselected.jpg) no-repeat;*/
	margin:0px 0px 0px 0px;
	text-indent:-100000px;
}

.pagination a, .pagination span {
    /*display: block;*/
    float: left;
    padding: 7px;
	padding-top:5px;
	padding-bottom:5px;
}

.pagination .current {
    /*background: url(../img/others/selected.jpg) no-repeat;*/
	/*margin:3px 3px 3px 3px;*/
	text-indent:-100000px;
}

.pagination .current.prev, .pagination .current.next{
	

}

