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

$('#fade-main').cycle({ 
fx:    'fade', 
speed:  1000 
});
});