/* SLIMBOX */ #lbOverlay { position: absolute; left: 0; width: 100%; background-color: #000; cursor: pointer; } #lbCenter, #lbBottomContainer { position: absolute; left: 50%; overflow: hidden; background-color: #ededed; margin-top: 5%;} .lbLoading { background: #fff url(loading.gif) no-repeat center; } #lbImage { position: absolute; left: 0; top: 0; border: 10px solid #ededed; background-repeat: no-repeat;} #lbPrevLink { float: left; width: 30px; height: 30px; background: transparent url(prevlabel.gif) no-repeat; border-bottom: solid 10px #ededed; } #lbNextLink { float: right; width: 30px; height: 30px; background: transparent url(nextlabel.gif) no-repeat; border-bottom: solid 10px #ededed; } #lbBottom {border-left: 10px solid #ededed; border-right: 10px solid #ededed; } #lbCloseLink { display: block; width: 100%; height: 100%; background: transparent no-repeat center; } #lbCaption, #lbNumber { display: none; }

