        $(function() {
$('.diapo').cycle({ 
    fx:    'turnRight', 
    sync:   1, 
    delay: 4000 
});
        });