﻿$(
    function() {
    $('#content .inner').jScrollPane({ scrollbarWidth: 5, scrollbarMargin: 10, showArrows: true });
    }
);
