// JavaScript Document
$(function()
	{
		// this initialises the demo scollpanes on the page.
		$('#scrollpane').jScrollPane({showArrows:true, scrollbarWidth:13,arrowSize: 14});
	});
