.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 7px 2px 0;
	text-decoration:none;
	border-radius:100%;
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: #cb3235;
	color:#fff;

}