/* remove doted border in mozila */
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
/* end remove doted border in mozila */
#lbOverlay {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #000;
        cursor: pointer;
        z-index: 200;
}

#lbBottomContainer {
        width: 200px;
        position: relative;
}

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

}

.lbLoading {
        background: #fff url(./../css/loading.gif) no-repeat center;
        z-index: 201;
}

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

}

#lbPrevLink, #lbNextLink {
        display: block;
        position: absolute;
        top: 0px;
        outline: none;
        z-index: 202;
        height: 20px;
        width: 70px;
        background: blue;
        
        padding: 3px;
}

#lbPrevLink {
        left: 4px;
        bottom: 0;
        background: transparent url(./../css/prevlabel.jpg) no-repeat 0% 50%;

}

#lbPrevLink:hover {
        
}

#lbNextLink {
        right: 4px;
        bottom: 0px;
        background: transparent url(./../css/nextlabel.jpg) no-repeat 100% 50%;
}

#lbBottom {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        color: #666;
        line-height: 1.4em;
        text-align: left;
        padding: 10px;
        padding-top: 33px;
}

#lbCloseLink {
        display: block;
        float: right;
        width: 66px;
        height: 22px;
        background: transparent url(./../css/closelabel.jpg) no-repeat center;
        margin: 5px 0;
        z-index: 203;
}

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

#lbCaption {
        font-weight: bold;
}
