$(function() {
    $('.scrollPanel').jScrollPane({
        showArrows: true
    });
});

