jQuery(document).ready(function() {
	jQuery(function()
	{
		// this initialises the demo scollpanes on the page.
		jQuery('.scrollpane').jScrollPane(
			{
				topCapHeight: 50,
				bottomCapHeight: 30,
				showArrows: true
			}
		);
	});
});

