$(document).ready(function(){

$(function() {
    $('#slideshow2').cycle({
        prev:   '#prev',
        next:   '#next',
        timeout: 0
    });
    
    function onBefore() {
        $('#title').html(this.alt);
    }
});
		   
});