// JavaScript Document
			
$(function()
{
	// this initialises the demo scollpane on the page.
	$('#pane1').jScrollPane({scrollbarWidth: 6});
});
