// JavaScript Document

$(function() {
  
	$('#slides').cycle({ 
       fx:     'scrollDown', 
    timeout: 6000, 
    delay:  -2000 
});
		
    function onBefore() {
        $('#title').html(this.alt);
    }
});



