jQuery(function( $ )
{
  $(document).ready(function()
  {
    $("#gallery").carouFredSel(
    {
    	items:
    	{
        visible:1,
    	  width:"auto",
        height:"auto"
    	},
    	scroll:
    	{
        items:1,
        fx: 'crossfade',
    		easing: "linear",
     		duration: 800,
    		wipe:true
      },
      auto: 3500
    });
/* ****** Fin des ouvertures JQuery et document.ready >>> NE PAS SUPPRIMER !! ********    */
  });
});
