$().ready(function() {
	
	$('.scroll-pane').jScrollPane({
		showArrows:true, 
		scrollbarWidth: 15, 
		arrowSize: 16
	});
	
});