 	.holder {
    		margin: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:31px;
	height:31px;
	position: absolute;
	top: 60px;
	cursor: pointer;
}
        .arrowPrev {
	background-image:url(../../../images/icon/previous.png);
	left:32px;
}
        .arrowNext {
	background-image:url(../../../images/icon/next.png);
	right:31px;
}
        .arrowPrev.jp-disabled, .arrowNext.jp-disabled { display: none; }
