 

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	float:right;
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.light-theme a, .light-theme span { 
	float: left;
	color: #000;
	font-size:14px;
	line-height:45px;
	font-weight: normal;
	text-align: center; 
	min-width: 45px;
	border:1px solid #C4C4C4;  
	border-radius: 3px; 
	margin:0 2px; 
}

.light-theme a:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #EF5E95;
	border:0;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

.prev,.next{font-family: "宋体"} 