$(window).load(function() {
	$(".referenceWidget_body .referenceWidget_container").jScrollPane({
		scrollbarWidth: 16,
		scrollbarHeight: 16,
		showArrows: true,
		dragMaxHeight: 16
	});
});