.pagination{
	font: 12px/20px Arial,"宋体",Simsun;
	float: right;
}
.pagination a {
	padding: 0 6px;
	margin-left: 3px;
	display: inline-block;
	color: #999;
	float:left;
	text-decoration: none;
	font-size: 12px;
}
.pagination a:hover{
	color: #ce0000;
}
.pagination span {
	padding: 0 6px;
	margin-left: 3px;
	display: inline-block;
	float:left;
	color: #999;
	height: 24px;
    line-height: 24px;
}
.pagination .current{
	color: #666;
	background: #f4f4f4;
}
.pagination .prev.current {
	color: #999;
	background: none;
}
.pagination .next.current {
	color: #999;
	background: none;
}

.pagination .page_size{
	border: 1px solid #ccc;
    height: 25px;
    width: 50px;
}
