$(function() {
    $('#slideshow1').cycle({
        speed: 2000,
        timeout: 8000
    });
});