.page {
	width: 800px;
	margin: 0 auto;
	display: block !important;
}

.page ul li {
	float: left;
	margin-right: 8px;
	list-style: none;
	background: none;
}

.page ul li a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #333333;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.page ul li a.up {
	width: 82px;
	background: #FFFFFF;
	color: #333333 !important;
}
.page ul li a:hover {
	background: #1d9e04;
	color: #FFFFFF !important;
}



.page ul li a.onhover {
	background: #1d9e04;
	color: #FFFFFF !important;
}

@media screen and (max-width:750px ) {
.page {width:100%;}	
}