


  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();


    $(function(){
 
    $("#wysuwane2").css("left","-210px");
 
$("#wysuwane2").hover(
  function () {
    $("#wysuwane2").animate({left: "0px"}, 1000 );
        $(this).addClass("zamknij2");
  },
  function () {
    $("#wysuwane2").animate({left: "-210px"}, 1000 );
        $(this).removeClass("zamknij2");
  }
);
});

