$(function() {
    $('.diapo').cycle({
        fx:        'fade',
       delay:    -2000,
       timeout: 4000,
       speed: 2000
    });
});