.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:24px;
	height:24px;
	text-align:center;
	 line-height: 25px;
	  background: #ebebeb;
}
.jp-current
{
    width: 24px;
    height: 24px;
    background: #ebebeb !important;
       display: inline-block;
    text-align: center;
    line-height: 25px;
}
.holder a:hover {
	background-color: #222;
	color: #fff;
}

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

.holder a.jp-current, a.jp-current:hover { 
	color: #FF4242;
	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: 24px;
    height: 24px;
        display: inline-block;}