#lbOverlay
{
    LEFT: 0px;
    WIDTH: 100%;
    CURSOR: pointer;
    POSITION: absolute;
    z-index:50;
    BACKGROUND-COLOR: #000;
    TOP: 0px
}
#lbCenter
{
    LEFT: 50%;
    OVERFLOW: hidden;
    POSITION: absolute;
    z-index:50;
    BACKGROUND-COLOR: #fff
}
#lbBottomContainer
{
    LEFT: 50%;
    OVERFLOW: hidden;
    POSITION: absolute;
    z-index:50;
    BACKGROUND-COLOR: #fff
}
.lbLoading
{
    BACKGROUND: url(../images/loading.gif) #fff no-repeat center 50%
}
#lbImage
{
    BORDER-RIGHT: #fff 10px solid;
    BORDER-TOP: #fff 10px solid;
    LEFT: 0px;
    BORDER-LEFT: #fff 10px solid;
    BORDER-BOTTOM: #fff 10px solid;
    BACKGROUND-REPEAT: no-repeat;
    POSITION: absolute;
    z-index:50
}
#lbPrevLink
{
    DISPLAY: block;
    WIDTH: 50%;
    POSITION: absolute;
    TOP: 0px;
    z-index:50;
    outline: none
}
#lbNextLink
{
    DISPLAY: block;
    WIDTH: 50%;
    POSITION: absolute;
    TOP: 0px;
    z-index:50;
    outline: none
}
#lbPrevLink
{
    LEFT: 0px
}
#lbPrevLink:hover
{
    BACKGROUND: url(../images/prevlabel.gif) no-repeat 0% 15%
}
#lbNextLink
{
    RIGHT: 0px
}
#lbNextLink:hover
{
    BACKGROUND: url(../images/nextlabel.gif) no-repeat 100% 15%
}
#lbBottom
{
    BORDER-RIGHT: #fff 10px solid;
    BORDER-TOP: #fff 10px;
    FONT-SIZE: 10px;
    BORDER-LEFT: #fff 10px solid;
    COLOR: #666;
    LINE-HEIGHT: 1.4em;
    BORDER-BOTTOM: #fff 10px solid;
    FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, sans-serif;
    TEXT-ALIGN: left
}
#lbCloseLink
{
    DISPLAY: block;
    BACKGROUND: url(../images/closelabel.gif) no-repeat center 50%;
    FLOAT: right;
    MARGIN: 5px 0px;
    WIDTH: 66px;
    HEIGHT: 22px
}
#lbCaption
{
    MARGIN-RIGHT: 71px;
    FONT-WEIGHT: bold
}
#lbNumber
{
    MARGIN-RIGHT: 71px
}

