.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}
 
.pagination span, .pagination a {
    display: block;
    float: right;
    margin: 2px 7px 2px 0;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 30px;
}
 
.pagination a:hover{
	color:#fff;
	background: #cb3235;
}
 
.pagination .current{

	background: #000;
	color:#fff;

}