jQuery(document).ready(function() {

    // scroll pane
        $('.scrolled').jScrollPane({
            scrollbarWidth: 12
        });

});
