$(document).ready(function() {








  $('#partenaires .slideshow').cycle({
			fx:'scrollHorz',
			timeout: 4000,
			prev:  '#test .left-arrow',
			next:  '#partenaires .right-arrow',
                        cleartypeNoBg: true
	 });

/* $("#partenaires .slideshow .list_partners a img").mouseover(function () {
   $(this).fadeTo('slow', 0.6, function() {
      // Animation complete.
    });
  });

$("#slide .slideshow .list_partners a img").mouseout(function () {
  $(this).fadeTo('slow', 1, function() {
      // Animation complete.
    });
  });*/



});
