.holder {
    margin: 10px 0;
    float: right;

}

.holder a {
    font-size: 13px;
    cursor: pointer;
    margin: 0 5px;
    color: #333;
    float: left;
    text-align: center;
    background: #ebebeb;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.jp-current
{
    width: 24px;
    height: 24px;
    background: #ebebeb ;
       display: inline-block;
    text-align: center;
    line-height: 25px;
}
.holder a:hover {

}

.holder a.jp-previous { margin-right: 5px;     vertical-align: -8px;}
.holder a.jp-next {    margin-left: 5px;
    background: url(../images/t_next_13.png)no-repeat center !important;    vertical-align: -8px;}

.holder a.jp-current, a.jp-current:hover {
	    color: #555;
}

.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; 
	
}

.holder span { margin: 0 5px; }
.jp-previous {background: url(../images/t_pre_10.png)no-repeat center !important;
    width: 24px;
    height: 24px;
        display: inline-block;}