/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    /**/
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#lbBottomContainer {
    margin-top: 4px;
    background: #fff;
}

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

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-repeat: no-repeat;
}

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

#lbPrevLink {
    left: 0;
    margin-left: -20px;
}

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

#lbNextLink {
    right: 0;
    margin-right: -20px;
}

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

#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    color: #666;
    line-height: 1.4em;
    text-align: center;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(/includes/close.gif) no-repeat top left;
    margin: 3px 5px 0px 0px;
    outline: none;
}

#lbCloseLink:hover {
    background-position: bottom left;
}

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

#lbNumber {
    text-align: left;
    margin-left: 5px;
}

#lbCaption {
    font-size: 1.4em;
    margin-top: 10px;
}
