$(document).ready(function() {
    $('div.frame').jScrollPane({scrollbarWidth:5, scrollbarMargin:5});
    $('div.jScrollPaneContainer').css('float', 'left');
    $('div.jScrollPaneContainer').css('width', '686px');
});


