.paged {
clear:both;
	padding: 52px 0 66px;
	text-align: center;
}
.paged a, .paged .p_info, .paged span {
	display: inline-block;
	zoom: 1;
 *display: inline;
	margin: 0 4px;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	font-size: 13px;
	text-align: center;
	color: #8b8b8b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	border: 1px solid #ededed;
}
.paged span, .paged a:hover {
	border-color: #004887;
	color: #fff;
	background-color: #004887;
}