  $(document).ready(function(){

    $("#close_fb").click(function () {
    $("#first_ban").toggle("", {}, 2000);
    });

  });