  $(document).ready(function(){
    
    $("#close").click(function () {
      $("#lightbox").fadeOut("slow");
    });    

  });