﻿$(function()
{
	// this initialises the demo scollpanes on the page.
	$('#content').jScrollPane({scrollbarWidth:13,showArrows:false,arrowSize :18,dragMaxHeight:50,dragMaxWidth:13,reinitialiseOnImageLoad: true});
	
	
	
});

