@charset "utf-8";
.pagination {
		width:100%;
		padding: 10px 0;
		text-align: center;
}
	
.pagination a {
    width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	display: inline-block;
	border: 1px solid #e8e8e8;
	text-align: center;
	border-radius: 4px;
	background-color: #ffffff;
	color: #999999;
	font-size: 13px;
	cursor: pointer;
}

.pagination a, .pagination span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	margin: 0 5px;
    display: inline-block;
}

.pagination .current {
    background-color: #2ec0ff;
	color: #ffffff;
	border: 1px solid #2ec0ff;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}

