
$(document).ready(function()
{

	$('#azioni_t').mouseenter(function() {
		$(this).stop().animate({left:'278'}, 300);
		$('#intro').stop().animate({left:'120'}, 300);
		$('#orange_lay').stop().animate({left:'49%'}, 300);
		$('#right_tag').stop().animate({opacity:0.2},400);
		//$('#azioni_claim').stop().delay(100).animate({height:23, opacity:1});		
	});
	
	$('#azioni_t').mouseleave(function() {
		$(this).stop().animate({left:'288'}, 300);
		$('#intro').stop().animate({left:'130'}, 300);
		$('#orange_lay').stop().animate({left:'50%'}, 300);
		$('#right_tag').stop().animate({opacity:0},400);
		//$('#azioni_claim').stop().animate({opacity:0},400, function(){
			//$('#azioni_claim').animate({height:0},0);
		//});
	});


	$('#pensieri_t').mouseenter(function() {
		$(this).stop().animate({left:'-110'}, 300);
		$('#intro').stop().animate({left:'140'}, 300);
		$('#yellow_lay').stop().animate({left:'-29%'}, 300);
		$('#left_tag').stop().animate({opacity:0.3},400);
		//$('#pensieri_claim').stop().delay(100).animate({height:23, opacity:1});
	});
	$('#pensieri_t').mouseleave(function() {
		$(this).stop().animate({left:'-130'}, 300);
		$('#intro').stop().animate({left:'130'}, 300);
		$('#yellow_lay').stop().animate({left:'-30%'}, 300);
		$('#left_tag').stop().animate({opacity:0},400);
		//$('#pensieri_claim').stop().animate({opacity:0},400, function(){
			//$('#pensieri_claim').animate({height:0},0);
		//});
	});
	
	
	$("#slide_button").click(function(){
		$("#footer .cont").slideToggle("slow");
		$(this).toggleClass("active"); return false;
	});
/*
	$('#azioni_t').hover(function() {
		$(this).stop().animate({left:'278'}, 300);
		$('#intro').stop().animate({left:'120'}, 300);
		$('#orange_lay').stop().animate({left:'49%'}, 300);
		$('#azioni_claim').stop().delay(100).animate({height:23, opacity:1});		
	});
	$('#azioni_t').mouseout(function() {
		$(this).stop().animate({left:'288'}, 300);
		$('#intro').stop().animate({left:'130'}, 300);
		$('#orange_lay').stop().animate({left:'50%'}, 300);
		$('#azioni_claim').stop().animate({opacity:0},400, function(){
			$('#azioni_claim').animate({height:0},0);
		});
	});
	

	$('#pensieri_t').hover(function() {
		$(this).stop().animate({left:'-80'}, 300);
		$('#intro').stop().animate({left:'140'}, 300);
		$('#yellow_lay').stop().animate({left:'-29%'}, 300);
		$('#pensieri_claim').stop().delay(100).animate({height:23, opacity:1});
	});
	$('#pensieri_t').mouseout(function() {
		$(this).stop().animate({left:'-90'}, 300);
		$('#intro').stop().animate({left:'130'}, 300);
		$('#yellow_lay').stop().animate({left:'-30%'}, 300);
		$('#pensieri_claim').stop().animate({opacity:0},400, function(){
			$('#pensieri_claim').animate({height:0},0);
		});
	});
	
*/	
	
	
//$('.countdown').delay(400).slideDown(400);
//$('#claim').delay(1600).fadeIn(900);
});

