@CHARSET "UTF-8";

<script>
  $(function() {
    $(".holderss").jPages({
      containerID: "pages",
      perPage: 15
    });
  });
</script>

/*jquery分页*/
.holderss{padding-right:10px;color:#505050;padding-left:15px;background:url(../images/page.jpg) repeat-x;height: 33px;line-height: 33px;}
.holderss a{background-color:#f6f6f6;vertical-align:middle; border:#cfcece 1px solid; color:#000;padding:3px 5px; margin-right:3px;line-height:33px;cursor:pointer;}
.holderss a:hover {background-color:#f6f6f6;color:#000; text-decoration:none;border:#1f96d8 1px solid;}
.holderss a.jp-previous{margin-right:5px;}
.holderss a.jp-next {margin-left:5px;}
.holderss span {margin: 0 5px;}
.holderss a.jp-current, a.jp-current:hover { color: #bbb;font-weight: bold;}
.holderss a.jp-disabled, a.jp-disabled:hover {color: #bbb;}
.holderss a.jp-current, a.jp-current:hover,.holderss a.jp-disabled, a.jp-disabled:hover {cursor: default; background:#fff;}
.holderss span {margin:0 5px;}

.holderss{text-align: center;font-size:14px;display:block!important;}