$(document).ready(function(){
/*	if($('.SlideTab').size() > 1)
	{
		$('.SlideTab').tabSwitch('create', {type: 'scroll', height: 220, width: 230, speed: 2000});
		$('.SlideTab').tabSwitch('startAuto',{interval: 5000});
	}*/
	
	$('#recaptcha_widget_div').css('background-color', '#fff');
	$('#recaptcha_logo, #recaptcha_tagline').remove();
	
	/*if (!$.browser.msie)
		$('#kangourous').css('left', (((window.innerWidth - 1024) / 2) + (1024 - 249)));*/
	
	$('.limenu').hover(function(){
		$('.sous-menu', this).fadeIn();
	}, function(){
		$('.sous-menu', this).fadeOut();
	});
	
	$("#carousel").jCarouselLite({
		 auto: 800,
		 speed: 3000,
		 visible:2
		
    });

});

