$(function() {
    $('.slideshow').cycle({
        fx: 'fade',
        speed: 'slow',
        timeout: 3000
    });
});
