$(function() {
    $('#slideshow').cycle({ 
        timeout: 7000, 
        speed: 1000
    });
});
