 	.holder {
    		margin: 15px 0; display: none;/*Show/hide number*/
    	}
    
    	.holder a {
    		font-size: 12px;
    		cursor: pointer;
    		margin: 0 5px;
    		color: #333;
    	}
    
    	.holder a:hover {
    		background-color: #222;
    		color: #fff;
    	}
    
    	.holder a.jp-current, a.jp-current:hover { 
    		color: #FF4242;
    		font-weight: bold;
            cursor: default; 
        	background: none;
    	}
    
    	.holder span { margin: 0 5px; }
        
        .customBtns { position: relative; }
        .arrowPrev, .arrowNext {
	width:24px;
	height:39px;
	position: absolute;
	top: 70px;
	cursor: pointer;
}
        .arrowPrev { background-image: url(../../../images/arrow_left.png); left: 0; }
        .arrowNext {
	background-image:url(../../../images/arrow_right.png);
	right:0;
}
        .arrowPrev.jp-disabled, .arrowNext.jp-disabled { display: inline; opacity:0.5; cursor:default	 }
