.holder {
    margin: 10px 0;
    float: left;
    width: 100%;
    text-align: center;
}

.holder a {
	font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color: #333;
    display: inline-block;
    width: 28px;
    height: 26px;
    text-align: center;
    line-height: 29px;
    background: #ebebeb;
    border-radius: 5px;
}
.jp-current
{
    width: 47px;
    height: 47px;
    background: #e9a400 !important;
       display: inline-block;
    text-align: center;
    line-height: 48px;
}
.holder a:hover {
	background-color: #e9a400;
	color: #fff;
}

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

.holder a.jp-current, a.jp-current:hover { 
	color: #ffffff;
	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; }
.jp-previous {background: url(../images/pre_05.png)no-repeat center !important;
    width: 47px;
    height: 47px;
        display: inline-block;}