#lbOverlay { position: absolute; left: 0; width: 100%; background-color: #000; cursor: pointer; z-index:10; }
#lbCenter, #lbBottomContainer { position: absolute; left: 50%; overflow: hidden; background-color: #000000;z-index:10; }
.lbLoading { z-index:10;background: #000000 url(./loading.gif) no-repeat center; }
#lbImage { z-index:10; position: absolute; left: 0; top: 0; border: 10px solid #000000; background-repeat: no-repeat; }
#lbPrevLink, #lbNextLink { display: block; position: absolute; top: 0; width: 50%; outline: none; }
#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url(./prevlabel.gif) no-repeat 0% 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url(./nextlabel.gif) no-repeat 100% 15%; }
#lbBottom { font-size: small; color: #ccc; line-height: 1.4em; text-align: left; border: 10px solid #000000; border-top-style: none; }
#lbCloseLink { display: block; float: right; width: 18px; height: 18px; background: transparent url(./closelabel.gif) no-repeat center;}
#lbCaption { margin-right: 71px; }
#lbNumber { text-align: right; }
#lbCaption { font-weight: bold; color: #ccc; }

