#pagerContainer{
	float:right;width:auto;height:40px;
}
.page{width:100%;}
#pager {
	display:inline-block;
	width:auto;
	height:auto;
	font-family: "宋体";
	color: #999;
	margin:0 auto;
	overflow:hidden;
	margin:30px;
	
}
.page.cstd{margin-left:200px;}
#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:35px;
	 height:35px;
	 float: left;
	 border:1px solid #ececec;
	 line-height:35px;
	 text-align: center;
	 color:#cccccc;
	 margin:0px;
	 padding:0px;
	 margin-right:5px;
}

#pager ul.pages li:hover {
	background: #00af7e;
	color:#fff;
	border:1px solid #00af7e;
}

#pager ul.pages li.pgEmpty {
	border: 1px solid #eee;
	color: #eee;
}

#pager ul.pages li.pgCurrent {
	border:1px solid #00af7e;
	background: #00af7e;
	color:#fff;
}
#pager ul.pages li.pgPre{
	width:36px;
	height:36px;
	background: url(../../../image/lesson/page.png) no-repeat -10px -10px;
}
#pager ul.pages li.pgPre:hover{
	background:url(../../../image/lesson/page.png) no-repeat -10px -80px;
	border:1px solid #00a39c;
}
#pager ul.pages li.pgNext{
	width:36px;
	height:36px;
	background: url(../../../image/lesson/page.png) no-repeat -10px -150px;
}
#pager ul.pages li.pgNext:hover{
	background: url(../../../image/lesson/page.png) no-repeat -10px -220px;
	border:1px solid #00a39c;
}
#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;
	color:#333;
}
#pageSubmit:hover {
	background: #00af7e; color: #fff; border-color: #00af7e;text-decoration:none;
}
#pager ul.pages span {
	line-height: 36px;
	font-size: 14px;
	color: #333;
}
#pager ul.pages span a:hover{text-decoration:none;}