.pagego{
	margin:0px auto;
}
.pagego ul{
	list-style: none;
	display: inline-block;
	margin:0px auto;
	margin-top: 20px;
	float: right;
	padding:0px;
	text-align: center;
}
.pagego ul:after{
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	zoom:1;
}
.pagego ul li{	
	float: left;
	margin-right: 5px;
	background-color: #ECECEC;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}
.pagego ul li:hover{	
	cursor: pointer;
}
.pagego ul .active{	
	background-color: #0095DA;
	color: #fff;
}
.pagego ul li a{	
	text-decoration: none;
	color: black;
	display: inline-block;
	width: 100%;
	height: 100%;
}
