/* SLIMBOX */
#lbOverlay { width: 100%; background: #000; position: absolute; left: 0; cursor: pointer; z-index: 4999; }
#lbCenter, #lbBottomContainer { background: #fff; position: absolute; left: 50%; overflow: hidden; z-index: 5000; }
.lbLoading { background: #fff url(loading.gif) no-repeat center; }
#lbImage { border: 10px solid #fff; background: no-repeat; position: absolute; left: 0; top: 0; }
#lbPrevLink, #lbNextLink { width: 50%; display: block; position: absolute; top: 0; outline: none; }
#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url(prevlabelNew.gif) no-repeat 0% 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url(nextlabelNew.gif) no-repeat 100% 15%; }
#lbBottom { border: 10px solid #fff; border-top-style: none; color: #666; font: 10px/1.4em Verdana, Arial, Geneva, Helvetica, sans-serif; text-align: left; }
#lbCloseLink { float: right; width: 78px; margin: 5px 0; display: block; background: transparent url(closelabelNew.gif) no-repeat center; height: 22px; }
#lbCaption, #lbNumber { margin-right: 71px; }
#lbCaption { font-weight: bold; }
