


/*CSS Digg style pagination*/
DIV.green-black SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid;BORDER-TOP: #f3f3f3 1px solid; BORDER-LEFT: #f3f3f3 1px solid; COLOR: #ccc; MARGIN-RIGHT: 2px; BORDER-BOTTOM: #f3f3f3 1px solid
}

.pageinfo{font-size:14px;color:#000;}
.green-black{margin:10px auto 0 auto;text-align:center; width:100%;}
.green-black *{text-align:center;}
.green-black li{ display:inline-block}
.green-black a{font-size:12px;display:inline-block;margin:0 3px; background:#f5f5f5; border:1px solid #e0e0e0; height:28px; line-height:28px; padding:0 10px; color:#868f98}
.green-black li.thisclass a{ background:#e0e0e0;}
.bg_pre,.bg_next{width:30px;transition:all 0.5s ease 0s;height:30px;line-height:30px;}
.bg_pre{background:url(../images/change.jpg) no-repeat 0 0;}
.bg_pre:hover{background:url(../images/change.jpg) no-repeat -30px 0;}
.bg_pre:active{background:url(../images/change.jpg) no-repeat -60px 0;}
.bg_next{background:url(../images/change.jpg) no-repeat -60px -30px;}
.bg_next:hover{background:url(../images/change.jpg) no-repeat -30px -30px;}
.bg_next:active{background:url(../images/change.jpg) no-repeat 0 -30px;}

.a_i{color:#868f98;background:#e0e0e0;line-height:30px;height:30px;width:48px;}
.a_i:hover{color:#fff;background:#eb0000;}
.a_i:active{color:#fff;background:#d30000;}

.bg_no{border:1px #e0e0e0 solid;background:#f5f5f5;color:#868f98;height:28px;line-height:28px;width:28px;}

span.current{width:30px;height:30px;display:inline-block;line-height:30px;}