#pagerContainer{
	float:right;width:auto;height:40px;
}
#pager {
	text-align: center;
}

#pager ul.pages {
	display: inline-block;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	margin: 30px auto;
	padding: 0;
}

#pager ul.pages li {
	font-size:12px; font-family: arial;cursor:pointer;width:36px;height:36px;float: left;border:1px solid #ececec;line-height:36px;text-align: center;color:#756565;margin:0px;padding:0px;margin-right:5px;
}

#pager ul.pages li:hover {
	background: #e86340;color:#fff;border:1px solid #e86340;
}

#pager ul.pages li.pgEmpty {
	border: 1px solid #eee;
	color: #eee;
}

#pager ul.pages li.pgCurrent {
	border:1px solid #e86340; background: #e86340; color:#fff;
}
#pager ul.pages li.pgPre{
	width:36px;height:36px;background: url(../../../image/uclassJihe.png) no-repeat -97px -2px;
}
#pager ul.pages li.pgPre:hover{
	background:url(../../../image/uclassJihe.png) no-repeat -97px -36px;
	border:1px solid #e86340;
}
#pager ul.pages li.pgNext{
	width:36px;height:36px;background: url(../../../image/uclassJihe.png) no-repeat -70px -2px;
}
#pager ul.pages li.pgNext:hover{
	background: url(../../../image/uclassJihe.png) no-repeat -128px -2px;
	border:1px solid #e86340;
}
#pager ul.pages .pgInput {
	border: 1px solid #ccc;
	width: 40px; height: 25px; line-height: 25px;
}
#pageSubmit {
	width: 40px; height: 25px; line-height: 25px;
	text-align: center;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	margin-left: 10px;
}
#pageSubmit:hover {
	background: #e86340; color: #fff; border-color: #e86340;
}
#pager ul.pages span {
	line-height: 36px;
	font-size: 14px;
}
