#pagination{
	width:100%;
	height:40px;
	float:left;
	text-align:center;
	margin-top:15px;	
}
#pagination a{
	color:#323232;
	transition:ease 0.25s;
}
.page-number{
	display:inline-block;
	height:25px;
	line-height:25px;
	min-width:15px;
	font-size:13px;
	text-align:center;
	padding:0 5px;
	margin:0 3px;
	background:#fefefe;
	border:1px solid #cecece;
}
#pagination a:hover,#pagination .current{
	color:#D61919;
}
