	$(function()
		{
		$('#scollcontent').jScrollPane(
			{
				showArrows:true,
				dragMaxHeight:10
			}
		);
	});