(function($) {
	$(function(){
		$('#informationScroll ul').jScrollPane({
			showArrows:true,
			scrollbarWidth: 17,
			dragMinHeight: 31,
			dragMaxHeight: 31
		});
	})
})(jQuery);
