/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
        position: absolute;
        z-index: 9999;
        left: 50%;
        overflow: hidden;
        background-color: none;

}

.lbLoading {
      /*  background: #fff url(/Webseite/Bilder/sbimages/loading.gif) no-repeat center; */
      background:none;
}

#lbImage {
        position: absolute;
        left: 0;
        top: 0;
        border: 10px solid none;
        background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        outline: none;
}
#lbPrevLink {

        left: 0;
}

#lbPrevLink:hover {
        background:url(/Webseite/Bilder/sbimages/prevlabel.png) no-repeat 0% 15%;
}

#lbNextLink {
        right: 0;
}

#lbNextLink:hover {
       background:url(/Webseite/Bilder/sbimages/nextlabel.png) no-repeat 100% 15%;
}

#lbBottom {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        color: #fff;
        line-height: 1.4em;
        text-align: center;
        border: 10px solid none;
        border-top-style: none;
}

#lbCloseLink {
        display: block;
        float: right;
        width: 100px;
        height: 40px;
        background: transparent url(/Webseite/Bilder/sbimages/closelabel.png) no-repeat center;
        margin: 5px 0;
        outline: none;
}

#lbCaption, #lbNumber {
        margin-left: 120px;
        margin-right: 20px;
}

#lbCaption {
        font-weight: bold;
}
