#pagelist{
	width: 100%;
	height: 40px;
}
#pagelist a{
	display: block;
	float: left;
}
#pagelist a{
	width: 24px;
	height: 24px;
	border: 1px solid #333;
	margin: 6px 0 0 6px;
	background-color: #fff;
	line-height: 24px;
	text-align: center;
}
#pagelist a:hover,#pagelist a.prev:hover,#pagelist a.next:hover{
	background-color: #333;
	color: #fff;
}
#pagelist .end{
	padding: 0 10px;
}
#pagelist span.current{
	width: 24px;
	height: 24px;
	border: 1px solid #333;
	margin: 6px 0 0 6px;
	background-color: #333;
	line-height: 24px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
}
#pagelist a.prev,#pagelist a.next{
	width: 48px;
	height: 24px;
	border: 1px solid #333;
	margin: 6px 0 0 0;
	background-color: #fff;
	line-height: 24px;
	text-align: center;
	color: #333;
	font-size: 12px;
}
#pagelist a.next{
	margin-left: 6px;
}
#pageTips{
	height: 24px;
	margin: 6px 0 0 0;
	display: block;
	float: left;
	line-height: 24px;
	letter-spacing: 3px;
	font-size: 12px;
	padding-left: 10px !important;
}
#pageTips strong{
	color: red;
}