.holder {
    margin: 10px 0;

    text-align: center;
}

.holder a {
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;

    display: inline-block;
    width: 29px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.jp-current
{
    width: 29px;
    background: #e01e1e !important;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.holder a:hover { 
	background-color: #e01e1e;
	color: #fff;
}

.holder a.jp-previous { margin-right: 5px;     vertical-align: -8px;    display: none;}
.holder a.jp-next {    margin-left: 5px;
    background: none !important;    vertical-align: -8px;    display: none;}

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