$(function() {
	$('#scroller').jScrollPane({
		'scrollbarWidth':'15',
		'showArrows':'true'
	});
});
