$(function()
{
// this initialises the scollpanes on the page.
$('#my-div').jScrollPane({scrollbarWidth:20, scrollbarMargin:10});
});