/* SLIGHTBOX */
/* variation on SLIMBOX */

#rglbOverlay { position: absolute; left: 0; width: 100%; background-color: #fff; cursor: pointer; z-index: 15; }

#rglbCenter { position: absolute; left: 50%; background-color: #fff; z-index: 20; border: 1px solid #eee; }



#rglbCenter { padding: 10px; }
#rglbBottom { left: 50%; position: absolute; z-index: 30; background-color: #fff; }
.rglbLoading { background: #fff url('img/imgLoader-white.gif') no-repeat center; border: 1px solid #eee; }

#rglbImage { z-index: 25; }
#rglbPrevLink, #rglbNextLink { display: block; position: absolute; top: 0; width: 50%; outline: none; z-index: 26;}
#rglbPrevLink { left: -20px; }
#rglbPrevLink:hover { background: transparent url('img/prev.png') no-repeat 0% 50%; }

* html #rglbPrevLink:hover { background: transparent url('img/prev.gif') no-repeat 0% 50%; }
#rglbNextLink { right: -20px; }

#rglbNextLink:hover { background: transparent url('img/next.png') no-repeat 100% 50%; }
* html #rglbNextLink:hover { background: transparent url('img/next.gif') no-repeat 100% 50%; }

#rglbBottom { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #666; line-height: 1.4em; text-align: left; padding-left: 10px; padding-right: 10px; border-top-style: none; }
#rglbCloseLink { position: absolute; left: -15px; top: -15px; display: block; width: 30px; height: 30px; background: transparent url('img/close.png') no-repeat center; margin-bottom: 10px; }
#rglbNumber { display: none; float: left; }
#rglbNumber.gallery { display: none; float: left; padding: 10px; }
#rglbCaption { margin-left: 10px; display: block; float: left; }
#rglbDescription { float: left; padding-right: 10px; }
#rglbDescription #rglbTitle { float: left; clear: both; font-weight: bold; }
#rglbDescription #rglbCaption { margin-left: 0; }
#rglbPrintLink { display: block; float: right; width: 22px; height: 22px; background: transparent url(img/printer.png) no-repeat center; margin:0 5px 0 0;  padding:1px; }
#rglbSaveLink { display: block; float: right; width: 22px; height: 22px; background: transparent url(img/disk.png) no-repeat center; margin:0 5px 0 0; padding:1px; }
