$(function() {

$('#accueilContentRight').cycle({
   fx:     'scrollDown',
           speed:    500,
   timeout:  0,
   random:  1
});

});
