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