  $(document).ready(function () {
    
    // http://malsup.com/jquery/cycle/
    $('.diaporama').cycle({
      fx: 'fade',
      speed: 2000
    });
  
  });
  