$(function(){
    $("div.scrollableCustomerQuotes").scrollable({size: 1, hoverClass: 'hover'}).circular().navigator().mousewheel().autoscroll({
        steps: 1,
        interval: 10000
    });

    $('div.scrollableCustomerQuotes div.items div.item').shuffle();

});
