window.onload = function()
{
$(function(){
   	 $('.scroll-pane').jScrollPane({scrollbarWidth: 4});
    });
}