.pagination {
	text-align:center;
	font-weight: normal;
        }
        
.pagination a {
    text-decoration: none;
	color: #d51920;
	height:23px;
	line-height:23px;
}

.pagination a, .pagination span {
	display:inline-block;
    margin-right: 5px;
	height:23px;
	line-height:23px;
}

.pagination .current {
    color: #fff;
}

.pagination a:hover{
	color: #13914a;
	
}

.prev, .next{
	width:27px;
	height:23px;
	text-indent:-9999px;
	cursor:hand;
	cursor:pointer;
}

.prev{
	background: url('/img/prev_gris.png') center no-repeat;
}

.next{
	background: url('/img/next_gris.png') center no-repeat;
}

.prev:hover{
	background: url('/img/prev_gris_hover.png') center no-repeat;
}

.next:hover{
	background: url('/img/next_gris_hover.png') center no-repeat;
}

.pagination .prev.current{
	background: url('/img/prev_gris_current.png') center no-repeat;
}

.pagination .next.current{
	background: url('/img/next_gris_current.png') center no-repeat;
}
