$(document).ready(function() { 
        $('.scroll').jScrollPane();
        $('.scroll').jScrollPane({
                showArrows:true,
                scrollbarWidth:10
        });
});

