
$(function(){
	$("#facebook").css("right","-270px");
		$("#facebook").hover(
		  function () {
			$("#facebook").stop(true,false).animate({right: "0px"}, 700 ); $(this).addClass("close_facebook");$(this).addClass("aktywne");$("#gp").stop(true,false).animate({right: "-156px"}, 700 );$(this).removeClass("close_gp");
		  },
		  function () {
			$("#facebook").stop(true,false).animate({right: "-270px"}, 700 );$(this).removeClass("close_facebook");$("#gp").stop(true,false).animate({right: "-103px"}, 700 );$(this).removeClass("close_gp");$(this).removeClass("aktywne");
		  }
	);
}
);

 
$(function(){
	$("#gp").css("right","-103px");
		$("#gp").hover(
		  function () {
			$("#gp").stop(true,false).animate({right: "0px"}, 700 );	$(this).addClass("close_gp");$(this).addClass("aktywne");
		  },
		  function () {	$("#gp").stop(true,false).animate({right: "-103px"}, 700 );	$(this).removeClass("close_gp"); $(this).removeClass("aktywne");
		  }
		);
}
);
