$(function() {

    if ($('.scrollable').length) {
        $('.scrollable').jScrollPane({ wheelSpeed: 36, showArrows: true });
    }

});

