$.fn.cycle.defaults.timeout = 6000;
$(function() {

$('#fade').cycle({ 
fx:    'fade', 
speed:  2000 
});
});
