--- greybox.js.o	Thu Dec  4 11:32:23 2008
+++ greybox.js	Mon Jan 17 18:32:05 2011
@@ -71,6 +71,7 @@ function GB_hide() {
   $("#GB_window").animate({ height: 0, width: 0, opacity: 0 }, 350);
   $("#GB_overlay").fadeOut(350, function() {
     $('body').css('overflow', 'auto');
+    $("#GB_window").hide(); $(this).hide();
   });
 }
 
