.post_pager{
/*	width: 292px;
*/	/*margin: 0 auto;*/
	text-align:center;
}
.post_pager ul{
	margin: 0;
	padding :20px 0 5px 0;
	height: 50px;
}

.post_pager li{
	display: inline-block;
	list-style-type: none;
	margin-right: 7px;
	text-align: center;
	vertical-align: top;
	border: none;
}

.post_pager li a{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #ccc;
	border: 1px solid #aaa;
	color: #333;
	box-sizing: border-box;
}

.current_page{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #c42600;
	color: #c42600;
	font-weight: bold;
	box-sizing: border-box;

}


.post_pager .page_prev a{
	background: url(../images/common/page_prev2.png);
	background-size: auto 100%;
}
.post_pager .page_next a{
	background: url(../images/common/page_next2.png);
	background-size: auto 100%;

}
.post_pager .page_next{
	margin-right: 0;

}
.post_pager .page_prev,
.post_pager .page_next{
	width: 50px;

}

.post_pager .page_next a{
	padding: 0 5px 0 0;

}
.post_pager .page_prev a{
	padding: 0 0 0 5px;

}



.post_pager .page_prev a,
.post_pager .page_next a{
	height: 30px;
	width: 50px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	border: none;
}