/* SLIMBOX */

.thumb
{
    width: 88px;
    height: 64px;
    overflow: hidden;
    float: left;
    margin: 1px;
}

.thumb a
{
    display: block;
    width: 88px;
    height: 64px;
    background-position: center center;
}

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

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

.lbLoading
{
    background: #fff url(/img/gallery/spinner.gif) no-repeat center;
}

#lbImage
{
    border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink
{
    display: block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    outline: none;
}

#lbPrevLink
{
    left: 10px;
    background: transparent url(/img/gallery/left.png) no-repeat left top;
}

#lbNextLink
{
    left: 30px;
    background: transparent url(/img/gallery/right.png) no-repeat right top;
}

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

#lbCloseLink
{
    display: block;
    position: absolute;
    width: 66px;
    height: 20px;
    top: 0;
    right: 10px;
    background: transparent url(/img/gallery/close.png) no-repeat top;
}

#lbCaption, #lbNumber
{
    margin: 0 100px;
}

#lbCaption
{
    font-weight: bold;
}
