$(function(){

	$(".popup").colorbox({width:"600", height:"550", iframe:true});
	$(".sessionegratis").colorbox({width:"450", height:"550", iframe:true});
	$(".company").colorbox({width:"450", height:"300", iframe:true});

	/* Social
	-------------------------------------------------------------- */
	$("#social li").append('<img class="shadow" src="http://www.studiocoach.it/wp-content/themes/garage/images/shadow.gif" alt="" />');
	$("#social li").hover(function() {
		var e = this;
	    $(e).find("a").stop().animate({ marginTop: "-10px" }, 250, function() {
	    	$(e).find("a").animate({ marginTop: "-8px" }, 250);
	    });
	    $(e).find("img.shadow").stop().animate({ width: "24px", height: "12px", marginLeft: "4px", opacity: 0.25 }, 250);
	},function(){
		var e = this;
	    $(e).find("a").stop().animate({ marginTop: "4px" }, 250, function() {
	    	$(e).find("a").animate({ marginTop: "0px" }, 250);
	    });
	    $(e).find("img.shadow").stop().animate({ width: "32px", height: "16px", marginLeft: "0", opacity: 1 }, 250);
	});

});
