$(document).ready(function(){

	$('.scroll-pane').jScrollPane({
		scrollbarWidth: 13,
		showArrows: true,
		arrowSize: 14
	});

});


