
$(function(){
	$("#facebook_p").css("right","-270px");
		$("#facebook_p").hover(
		  function () {
			$("#facebook_p").stop(true,false).animate({right: "0px"}, 700 ); $(this).addClass("close_facebook_p");$(this).addClass("aktywne");$("#gp_p").stop(true,false).animate({right: "-156px"}, 700 );$(this).removeClass("close_gp_p");
		  },
		  function () {
			$("#facebook_p").stop(true,false).animate({right: "-270px"}, 700 );$(this).removeClass("close_facebook_p");$("#gp_p").stop(true,false).animate({right: "-103px"}, 700 );$(this).removeClass("close_gp_p");$(this).removeClass("aktywne");
		  }
	);
}
);

 
$(function(){
	$("#gp_p").css("right","-103px");
		$("#gp_p").hover(
		  function () {
			$("#gp_p").stop(true,false).animate({right: "0px"}, 700 );	$(this).addClass("close_gp_p");$(this).addClass("aktywne");
		  },
		  function () {	$("#gp_p").stop(true,false).animate({right: "-103px"}, 700 );	$(this).removeClass("close_gp_p"); $(this).removeClass("aktywne");
		  }
		);
}
);
