@CHARSET "UTF-8";

<script>
  $(function() {
    $(".holder").jPages({
      containerID: "pages",
      perPage: 8
    });
  });
</script>

/*jquery分页*/
.holder{padding-right:10px;color:#505050;padding-left:15px;background:url(../images/page.jpg) repeat-x;height: 33px;line-height: 33px;}
.holder a{vertical-align:middle;color:#000;padding:3px 5px;margin-right:3px;line-height:33px;cursor:pointer;font-size: 14px;text-decoration: underline;}
.holder a:hover {}
.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: #dd0000;text-decoration: none;}
.holder a.jp-disabled, a.jp-disabled:hover {color: #666;font-size: 14px;text-decoration: none;}
.holder a.jp-current, a.jp-current:hover,.holder a.jp-disabled, a.jp-disabled:hover {cursor: default; background:#fff;}
.holder span {margin:0 5px;}
