#GB_overlay { background-image: url('../images/design/lightbox_bg.png'); position: absolute; margin: auto; top: 0; left: 0; z-index: 100; width:  100%; }

* html #GB_overlay { background-color: #000000; background-color: transparent; }

#GB_window {position: absolute; border: 5px solid #aaaaaa; overflow: hidden; width: 400px; height: 400px; z-index: 150; }
#GB_frame { border: 0; overflow: auto; width: 100%; height: 100%; }

#GB_caption { background: #ffffff; height: 22px; margin: 0; font: 14px bold helvetica, verdana, sans-serif; color: #666666; line-height: 1.6; padding-left: 8px; }
#GB_window span { display: block; cursor: pointer; text-indent: -5000px; width: 66px; height: 22px; background-image: url('../images/design/close.gif'); position: absolute; top: 0px; right: 5px; }

