#lightbox-overlay { z-index: 99; background: #0f202d; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; cursor: pointer; }
/* IE6 needs special love to make the overlay div fill the screen */
* html #lightbox-overlay { /* IE6 *html hack */ 
    height: expression(document.body.clientHeight);
    width: expression(document.body.clientWidth);
}
#lightbox-close { color: #ffe696; position: absolute; top: 10px; right: 15px; text-decoration: none; }

#lightbox { z-index: 100; position: absolute; width: 100px; height: 100px; top: 0px; left: 0px; background: #ffffff url('lightbox.loading.gif') center center no-repeat; }
#lightbox-pad { border: 5px solid #ffffff; }
#lightbox-content { position: relative; }
#lightbox-content img { position: absolute; z-index: 101; }

#lightbox-content a { position: absolute; display: block; outline: none; text-indent: -5000px; z-index: 102; }
#lightbox-previous { left: 0px; background: url('lightbox.clear.gif') repeat; }
#lightbox-previous:hover { background: url('lightbox.previous.gif') left center no-repeat; }
#lightbox-next { right: 0px; background: url('lightbox.clear.gif') repeat; }
#lightbox-next:hover { background: url('lightbox.next.gif') right center no-repeat; }
