@CHARSET "UTF-8";

/*jquery分页*/
.holder{padding-right:10px;color:#505050;padding-left:15px;height: 33px;line-height: 33px;    
	text-align: center;
    margin: 25px 0px;
}
.holder a{background-color:#f6f6f6;vertical-align:middle; border:#cfcece 1px solid; color:#000;padding:5px 10px; margin-right:3px;line-height:33px;cursor:pointer;}
.holder a:hover {background-color:#67c9d4;color:#fff; text-decoration:none;border:#67c9d4 1px solid;}
.holder a.jp-previous{margin-right:5px;}
.holder a.jp-next {margin-left:5px;}
.holder span {margin: 0 5px;}
.holder a.jp-current, a.jp-current:hover { color: #fff;font-weight: bold;}
.holder a.jp-disabled, a.jp-disabled:hover {color: #fff;}
.holder a.jp-current, a.jp-current:hover,.holder a.jp-disabled, a.jp-disabled:hover {cursor: default; background:#67c9d4;}
.holder span {margin:0 5px;}