$(function() {   
    $('.gallery').cycle({
        prev:   '.prev',
        next:   '.next',
		speed:  600,
        timeout: 0
    });
    function onBefore() {
        $('#title').html(this.alt);
    }
});