jQuery(
	function()
	{
		jQuery('.scrollable').jScrollPane({showArrows:false, scrollbarWidth:26, dragMaxHeight:26});
	}
);
