/* SLIMBOX */

#lbOverlay {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #79797B;
    cursor: pointer;
    z-index: 9990;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    left: 50%;
    overflow: hidden;
    background-color: #fff;
    z-index: 9991;
}

.lbLoading {
    background: #fff url(../grafiken/slimbox/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    border-bottom-width: 5px;
    background-repeat: no-repeat;
    z-index: 9992;
}

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

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(../grafiken/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(../grafiken/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

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

#lbCloseLink {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 71px;
    height: 22px;
    background: transparent url(../grafiken/slimbox/closelabel.gif) no-repeat center;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
    margin-top: 20px;
}

#lbNumber
{
    margin-top: 5px;
    color: #4F4F4F; 
}

#lbCaption {
    font-weight: bold;
}

