$(document).ready(function(){
	$('.scrolling').jScrollPane({
		showArrows: true
	});
});
