// initialises the scollpane on the page.
$(document).ready(function(){
	$('#scrollpane').jScrollPane({showArrows:false});
});
