@CHARSET "UTF-8";

/*jquery分页*/
.holder{padding-right:10px;color:#505050;padding-left:15px;background:url(../images/page.jpg) repeat-x;height: 33px;line-height: 33px;text-align: center;}
.holder a{    background-color: #fff;
    vertical-align: middle;
    border: #cfcece 1px solid;
    color: #000;
    padding: 2px 10px;
    margin-right: 3px;
    line-height: 27px;
    cursor: pointer;}
.holder a:hover {background-color:transparent;color:#000; text-decoration:none;border:#292e39 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: 500;}
.holder a.jp-disabled, a.jp-disabled:hover {color: #000;}
.holder a.jp-current, a.jp-current:hover,.holder a.jp-disabled, a.jp-disabled:hover {cursor: default;background: #fff;}
.holder a.jp-current{
	background: #292e39;
}
.holder span {margin:0 5px;}



