/* SLIMBOX */

#lbOverlay { position: absolute; left: 0; width: 100%; background-color: #000; z-index: 10000; cursor: pointer; }

#lbCenter, #lbBottomContainer { position: absolute; left: 50%; overflow: hidden; background-color: #fff; z-index: 10000; }

.lbLoading { background: #fff url(loading.gif) no-repeat center; z-index: 10000; }

#lbImage { z-index: 10000; border: solid 10px #fff; }

#lbPrevLink, #lbNextLink { display: block; position: absolute; top: 0; width: 50%; z-index: 10000; outline: none medium; }

#lbPrevLink { left: 0; z-index: 10000; }

#lbPrevLink:hover { background: url(prevlabel.gif) no-repeat 0 15%; }

#lbNextLink { right: 0; z-index: 10000; }

#lbNextLink:hover { background: url(nextlabel.gif) no-repeat 100% 15%; }

#lbBottom { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #666; line-height: 1.4em; text-align: left; z-index: 10000; border-color: #fff; border-style: none solid solid; border-width: 10px; }

#lbCloseLink { display: block; float: right; width: 66px; height: 22px; background: url(closelabel.gif) no-repeat center; z-index: 10000; margin: 5px 0; }

#lbCaption, #lbNumber { z-index: 10000; margin-right: 71px; }

#lbCaption { font-weight: bold; z-index: 10000; }
