    $(document).ready(function () {
    
            $('#text').jScrollPane({
                showArrows:true,
                scrollbarWidth: 30,
                scrollbarMargin : 0,
                arrowSize: 42,
                dragMinHeight : 6,
                dragMaxHeight : 6
                });
    
    }); // end document ready