jQuery(document).ready(function() {
    
    $('#browsable_rectangular .items').cycle({
        timeout: 8000
    });
    
});
