#pagerContainer{
	float:right;width:auto;height:40px;
}
#pager {
	display:inline-block;
	width:auto;
	height:auto;
	font-family: "宋体";
	color: #999;
	margin:0 auto;
	overflow:hidden;
	margin-bottom: 30px;
}

#pager ul.pages {
	display: block;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	margin: 10px 0 10px;
	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:#cccccc;
	 margin:0px;
	 padding:0px;
	 margin-right:5px;
}

#pager ul.pages li:hover {
	background: #a1553f;
	color:#fff;
	border:1px solid #a1553f;
}

#pager ul.pages li.pgEmpty {
	border: 1px solid #eee;
	color: #eee;
}

#pager ul.pages li.pgCurrent {
	border:1px solid #a1553f;
	background: #a1553f;
	color:#fff;
}
#pager ul.pages li.pgPre{
	width:36px;
	height:36px;
	background: url(../../../image/downloadResource.png) no-repeat -97px -2px;
}
#pager ul.pages li.pgPre:hover{
	background:url(../../../image/bakActivity/arrow-left-hover.png);
}
#pager ul.pages li.pgNext{
	width:36px;
	height:36px;
	background: url(../../../image/downloadResource.png) no-repeat -70px -2px;
}
#pager ul.pages li.pgNext:hover{
	background: url(../../../image/bakActivity/arrow-right-hover.png);
}
#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: #a1553f; color: #fff; border-color: #a1553f;text-decoration:none;
}
#pager ul.pages span {
	line-height: 36px;
	font-size: 14px;
}
#pager ul.pages span a:hover{text-decoration:none;}