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

