jQuery(
	function()
	{
		jQuery('.scrollable').jScrollPane({showArrows:true, scrollbarWidth:15, dragMinHeight: 100, dragMaxHeight:250 });
	}
);
