$(function()
{
// this initialises the scrollpanes on the page.
$('#content-inner').jScrollPane({scrollbarWidth:21, scrollbarMargin:0, showArrows:true, arrowSize:10, maintainPosition:false, reinitialiseOnImageLoad:true, dragMinHeight:330,dragMaxHeight:330});
});