$(document).ready(function(){
	$('.scroll-pane').jScrollPane(
		{
			showArrows: true,
			horizontalGutter: 30,
		}
	);
});
