/* Page content */
.paging{margin-top:10px; float:right;}
.paging-num li{ float: left;}
.paging-num a{
	width:auto!important;
	width:18px;
	min-width:18px; 
	padding:0 5px;
	height:28px;
	line-height:28px;
	font-size:12px;
	color:#333;
	display:block;
	text-align:center;
	white-space:nowrap; 
	background:#fafafa;
	border:#e3e4e8 1px solid;
	position:relative;
	margin:0 3px;
	text-decoration:none;
	}
.paging-num li a:link{text-decoration:none;}	
.paging-num .prv,.paging-num .next{ padding:0 12px;}
.paging-num a.current,.paging-num a:hover{ background-color:#0a90e2; border-color:#0a90e2; color:#fff;}
.paging-text{ height:30px; line-height:30px; color:#333; margin:0 3px;}
.paging-txt{
	width:40px;
	height:20px;
	line-height:20px;
	padding:4px 5px;
	text-align:center;
	border:#e3e4e8 1px solid;
	background:#FFF;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	    -ms-border-radius:3px;
	     -o-border-radius:3px;
	        border-radius:3px;
	}
.paging-opn{ margin-left:5px;}
.paging-btn{
	width:50px;
	height:30px;
	display:block;
	background-color:#fff;
	border:#e3e4e8 1px solid;
	cursor:pointer;
	text-align:center;
	color:#666;
	-webkit-border-radius:2px;
	   -moz-border-radius:2px;
	    -ms-border-radius:2px;
	     -o-border-radius:2px;
	        border-radius:2px;
	background-image:-webkit-gradient(linear,top 0%,center 100%,from(#ffffff),to(#f3f4f8));
	background-image:-webkit-linear-gradient(top,#ffffff,#f3f4f8);
	background-image:   -moz-linear-gradient(top,#ffffff,#f3f4f8);
	background-image:    -ms-linear-gradient(top,#ffffff,#f3f4f8);
	background-image:     -o-linear-gradient(top,#ffffff,#f3f4f8);
	background-image:        linear-gradient(top,#ffffff,#f3f4f8);
	}
.paging-btn:hover{ background:#FFF;}
.mini-page{height:24px; padding:10px; text-align:center; margin-top:20px; font-size:0px; float:right; background:#f5f5f5;}
.mini-page a{
	height:24px;
	line-height:24px;
	padding:0 10px;
	color:#333;
	font-size:14px;
	display:block;
	white-space:nowrap;
	float:left;
	}
.mini-page .prv,.mini-page .next{ color:#999;}
.mini-page a:hover{color:#0a90e2;}
.mini-page .active,.mini-page .active:hover{ background-color:#0a90e2; color:#fff; padding:0 10px;}
ul li {
    list-style-type: none;
}