.page_box {
	overflow: hidden;
	float: left;
	margin: 15px 0px 15px 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	border-top: 1px solid #e1e6eb;
	border-bottom: 1px solid #e1e6eb;
	text-align: center;
}

.page_left,.page_right {
	display: inline-block;
	margin: 0 auto;
	padding: 9px 12px 9px 12px;
	width: auto;
	min-width: 16px;
	height: 10px;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	line-height: 10px;
	text-align: center;
}
.page_left {
	border-left: 1px solid #dddddd;
}
.page_right {
	border-right: 1px solid #dddddd;
}
.page_left:hover {
	color: #ffffff;
	background-color: #28b5d6;
	border-top: 1px solid #28b5d6;
	border-bottom: 1px solid #28b5d6;
	border-left: 1px solid #28b5d6;
}
.page_right:hover {
	color: #ffffff;
	background-color: #28b5d6;
	border-top: 1px solid #28b5d6;
	border-bottom: 1px solid #28b5d6;
	border-right: 1px solid #28b5d6;
}
.page_left:visited,.page_right:visited {
	color: #000000;
}

.page_on {
	display: inline-block;
	margin: 0 auto;
	padding: 9px 10px 9px 10px;
	width: auto;
	min-width: 16px;
	height: 10px;
	background-color: #0099cc;
	border: 1px solid #0099cc;
	
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	line-height:10px;
	text-align: center;
}