        $(document).ready(
				function() {
					if($(".slider img").length > 1) {
						//$(".slider img").not(".first").hide();
						//$(".slider img:eq(0)").show();
					
						$('.slider').innerfade({
							speed: 2000,
							timeout: 4000,
							type: 'sequence',
							containerheight: '236px'
						});
						
						//setTimeout('$(".slider div.slider-container img").remove();', 5800);

					}

				    $("input.text").focus(function() {
				        $(this).val("");
				    }).blur(function() {
				        if ($(this).val() == "") {
				            $(this).val($(this)[0].defaultValue);
				        }
				    });
				});

        $(function() {

            $('.menuRubriques a').tooltip({
                track: true,
                delay: 0,
                showURL: false,
                left: -360,
                top: -40,
                showBody: " ++ ",
                fade: 500
            });

            $("ul.textInfo").liScroll({ travelocity: 0.025 });

        });
