jQuery(document).ready(function() {

  (function($) {

    $('#slideshow-container').jCarouselLite({
          btnNext: "#suivant",
          btnPrev: "#precedent",
          visible: 5
      });

    $('.bottom').children('a').click(function(e) {
      e.preventDefault();
    });

  })(jQuery);
});

