$(document).ready( function() {
  
  $('#slideshow_3').slideshow({
    play:true,
    width:200,      // width in px
    height:163,     // height in px
    controls :{         // show/hide controls elements
      'help':false,    // show help message
    }
  });
  $('#slideshow_2').slideshow({
    play:true,
    width:200,      // width in px
    height:163,     // height in px
    controls :{         // show/hide controls elements
      'help':false,    // show help message
    }
  });
  $('#slideshow_1').slideshow({
    play:true,
    width:200,      // width in px
    height:163,     // height in px
    controls :{         // show/hide controls elements
      'help':false,    // show help message
    }
  });
  

  /* Nyromodal : agrandissement images */

  $('#slideshow_3 a.fancy').lightBox();
  $('#slideshow_2 a.fancy').lightBox();
  $('#slideshow_1 a.fancy').lightBox();
  /* --------------------------------- */

});



   
    
    
    

