 	.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; margin-top:15px; }
        .arrowPrev, .arrowNext {
	width:31px;
	height:31px;
	position: absolute;
	top: 0;
	cursor: pointer;
	z-index: 100;
}
         .arrowPrev {
	background-image:url(../../../images/icn/previous_blue.png);
	left:0px;
}
        .arrowNext {
	background-image:url(../../../images/icn/next_blue.png);
	left:40px;
}
	.arrowPrev:hover { background-image:url(../../../images/icn/previous.png);
	left:0px;
}
	.arrowNext:hover { background-image:url(../../../images/icn/next.png);
	left:40px;
}
	
	.arrowPrev.jp-disabled, .arrowNext.jp-disabled { display:none; }
       /* .arrowPrev.jp-disabled { background-image:url(../../../images/icn/previous_gray.png);
	left:0px;
	cursor:default;
}
		
		.arrowNext.jp-disabled { background-image:url(../../../images/icn/next_gray.png);
	left:40px;
	cursor:default;
}*/