/* SLIMBOX */
#lbOverlay   { position: absolute; z-index: 9997; left: 0; width: 100%; background-color: #444444; cursor: pointer;  }
#lbCenter { position: absolute; z-index: 9999; left: 50%; overflow: hidden; background-color: #DBDBDB; border:10px solid #ffffff; padding:1px; }
#lbBottomContainer { position: absolute; z-index: 9998; left: 50%; overflow: hidden; background-color: #ffffff; margin:5px; border:0px; border-right:1px solid #ffffff;border-bottom:10px solid #ffffff; border-top:5px solid #ffffff; }
.lbLoading   { background: #ffffff url(images/loading.gif) no-repeat center; }
#lbImage     { position: absolute; left: 0px; top: 0px; background:#ffffff; border: 2px outset #e2e2e2;border-top: 1px outset #e2e2e2;border-left: 1px outset #e2e2e2; background-repeat: no-repeat; }
#lbPrevLink,
#lbNextLink  { display: block; position: absolute; top: 0; width: 50%; outline: none; }
#lbPrevLink  { left: 0; }
#lbPrevLink:hover { background: transparent url(images/prevlabel.gif) no-repeat 0% 15%; }
#lbNextLink  { right: 0; }
#lbNextLink:hover { background: transparent url(images/nextlabel.gif) no-repeat 100% 15%; }
#lbBottom    { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;  font-size:17px; color: #163365; text-align:left; border: 12px solid #ffffff; border-bottom: 10px; text-indent:0px; }
#lbCloseLink { display: block; float:right; width: 119px; height: 18px; background: transparent url(images/closelabel.gif) no-repeat center; margin: 0px; outline: none; }
#lbCaption,
#lbNumber    { margin-right: 71px; }
#lbCaption   { font-weight: bold; }
