// JavaScript Document

// What is $(document).ready ? See: http://flowplayer.org/tools/using.html#document_ready
$(document).ready(function() {

    // initialize scrollable together with the navigator plugin
    $("div.scrollable").scrollable({
        size: 1,
        items: '#thumbs',
        hoverClass: 'hover',
        loop: true,
        clickable: false,
        interval: 7000,
        autoPlay: true
    }).navigator().autoscroll(30000);

});
