$(function(){
		
		$('.scroll-pane').jScrollPane({
			showArrows:false, 
			scrollbarWidth:43, 
			dragMaxHeight:42
		});
		
	});
