$(function() {
    $('#slideshow1').cycle({
        delay: 0,
        speed: 0
});
    
    function onBefore() {
        $('#title').html(this.alt);
    }
});