// JavaScript Document

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

