.holder {margin: 15px 0;}
.holder a{font-size: 12px;cursor: pointer;margin: 0 5px;padding:7px;color:#666666;text-decoration:none;float: left;font-size: 14px;background-color:#FFFFFF;border: 1px #DDDDDD solid;-webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius:5px;}
.holder a:hover {background-color: #222;color: #fff;}
.holder a.jp-previous, .holder a.jp-next{width: 12px !important; height: 20px !important; border: 0 !important; background-repeat: no-repeat !important; -webkit-border-radius: 0px !important;-moz-border-radius: 0px !important; border-radius:0px !important; margin-top: 5px !important; }
.holder a.jp-previous { margin-right: 15px; background: url('../img/paginate_left.jpg'); }
.holder a.jp-next{margin-left: 15px; background: url('../img/paginate_right.jpg')}
.holder a.jp-current, a.jp-current:hover { color: #0E5686;font-weight: bold;}
.holder a.jp-disabled, a.jp-disabled:hover{color: #bbb;}
.holder a.jp-current, a.jp-current:hover,.holder a.jp-disabled, a.jp-disabled:hover {cursor: default;background: none;}
.holder span { margin: 0 5px; }