/*
Liste deffilante pour JQuery
------------------------------
*/

$(document).ready( function() {
  // $('#diaporama').cycle({ 
    // fx:     'scrollRight', 
    // speed:  'fast', 
    // timeout: 0, 
    // next:   '#next2', 
    // prev:   '#prev2',
    // height: '104px'
  // });
  
  $('#diaporama').jqGalViewII();
});




  