$(function()
{
	// this initialises the demo scollpanes on the page.
	$('#pane1').jScrollPane({showArrows:false, scrollbarWidth: 17, scrollbarOnLeft:false});
});