$(document).ready(function(){ 


		$(function()
		{
			// this initialises the demo scollpanes on the page.
			$('.scroll-container').jScrollPane();

		});
});
