/* SLIMBOX */

#lbOverlay { position: absolute; left: 0; width: 100%; background-color: #000; cursor: pointer; z-index: 100; }
#lbCenter, #lbBottomContainer { position: absolute; left: 50%; background-color: #fff; z-index: 101; }
#lbBottomContainer {overflow: hidden;z-index: 101;}
#lbCenter a, #lbBottomContainer a { padding: 0; border: none; }
.lbLoading { background: #fff url("../images/general/loading.gif") no-repeat center; }

#lbImage { position: absolute; left: 0; top: 0; border: 50px solid #fff; border-top-width: 5px; border-bottom-width: 5px; background-repeat: no-repeat; z-index: 101; }

#lbPrevLink, #lbNextLink { display: block; position: absolute; top: 0; width: 50%; outline: none; }

#lbPrevLink { left: -50px; }
#lbPrevLink { background: transparent url("../images/buttons/light_previous.gif") no-repeat 0 15%; }
#lbNextLink { right: -51px; }
html > body #lbNextLink { right: -50px; }

#lbNextLink { background: transparent url("../images/buttons/light_next.gif") no-repeat 100% 15%; }

#lbBottom { font-size: 80%; color: #069; text-align: left; border: 50px solid #fff; border-top: none; border-bottom-width: 10px;; background:#fff; }

#lbCloseLink { display: block; float: right; width: 26px; height: 26px; background: transparent url("../images/buttons/close.gif") no-repeat center; margin: 5px 0; padding: 5px; }

#lbCloseLink:hover { }

#lbCaption, #lbNumber { padding: 5px 0 0 0px; margin-right: 71px; }

#lbCaption { font-weight: bold; }
