$(document).ready(function() {
	$('#scroll').jScrollPane({showArrows:true,scrollbarMargin:50});
});

