$(document).ready(function(){
						   
						   
	$().mouseover(function () {
									 
	<!--	$("div[class^='.col_left_']:not(.col_left_hover)").hide();				
        	<!--$(".col_left_hover").fadeIn(300);
  }); 

	$("#menu_left a").mouseover(function () {
		object=".ssmenu[rel='"+$(this).attr('id')+"']"	
		$(".ssmenu").not(object).hide();	
        $(object).fadeIn(300);
			});
		$("#content_footer, #content_middle, #header, #content_carousel_inside, #mouseover, img").mouseover(function () {
		$(".ssmenu").fadeOut(300);
		    });
		

			<!-- 3 --------------------------------------------
/*	$(".link03").mouseover(function () {
									 
			$("div[class^='.col_left_']:not(.col_left_hover3)").hide();			
        $(".col_left_hover3").fadeIn(300);
      });
	
		<!-- 4 --------------------------------------------
	$(".link04").mouseover(function () {
									 
			$('div[class^=".col_left_"]:not(.col_left_hover4)').hide();		
        $(".col_left_hover4").fadeIn(300);
      });
	/*$(".link04").mouseout(function () {
        $(".col_left_hover4").fadeOut(300);
      });*/
	
		<!-- 5 --------------------------------------------
/*	$(".link05").mouseover(function () {
			$('div[class^=".col_left_"]:not(.col_left_hover5)').hide();				 
        	$(".col_left_hover5").fadeIn(300);
      });
	/*$(".link05").mouseout(function () {
	
        $(".col_left_hover5").fadeOut(300);
      });*/
	

		<!-- ENCART ACTU -->
		
		$(".encart_actus").toggle(
		  function () {
				$(this).animate({
					width: '+=170'
					},500);

		  },
		  function () {
			$(this).animate({
					width: '-=170'
					},500);
		
		  }

		);
				
		/*
		.click(function() {
										  
			$(this).animate({
			width: '+=170'
			},500);
			alert($(this).attr("class"))
			$(this).removeClass("encart_actus").addClass("encart_actus2")
			alert($(this).attr("class"))
			
		})
		*/

            $('.anythingSlider').anythingSlider({
				easing: "swing",                // Anything other than "linear" or "swing" requires the easing plugin
				autoPlay: true,                 // This turns off the entire FUNCTIONALY, not just if it starts running or not
				startStopped: false,            // If autoPlay is on, this can force it to start stopped
				delay: 5000,                    // How long between slide transitions in AutoPlay mode
				animationTime: 800,             // How long the slide transition takes
				hashTags: true,                 // Should links change the hashtag in the URL?
				buildNavigation: true,          // If true, builds and list of anchor links to link to each slide
				pauseOnHover: true,             // If true, and autoPlay is enabled, the show will pause on hover
				startText: "Start",             // Start text
				stopText: "Stop",               // Stop text
				navigationFormatter: null,      // Details at the top of the file on this use (advanced use)
				forwardText: "&gt;",            // Link text used to move the slider forward
				backText: "&lt;"                // Link text used to move the slider back
            });
		
});


