int w = getWidth();
int h = getHeight();
background.setWidth(Integer.toString(w));
background.setHeight(Integer.toString(h));
background.setWidget(png = new PNGImage("images/lightbox.png", w, h));
background.setPopupPosition(0, 0);
hideSelects();
background.show();
backgroundFixup(background.getElement());