#lbOverlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height : 100%;
}
.grey#lbOverlay{
    background-color : #247bff;
    opacity:0.20;
    filter: alpha(opacity=20);
}
#lbMain{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    line-height: 0;
}
#lbMain a img{
    border: none;
}
#lbOuterContainer{
    position: relative;
    background-color : white;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.grey#lbOuterContainer{
    border : 4px solid #cccccc;
    text-align : center;
}
#lbDetailsContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    width: 100%;
    line-height: 1.4em;
    overflow: auto;
    margin: 0 auto;
}
.grey#lbDetailsContainer{
    text-align : center;
    border-top-width : 4px;
    border-top-style : solid;
    border-top-color : #cccccc;
}
#lbImageContainer, #lbIframeContainer{
    padding: 8px;
}
#lbLoading{
    position: absolute;
    top: 45%;
    left: 0%;
    height: 32px;
    width: 100%;
    text-align: center;
    line-height: 0;
    background: url(images/loading.gif) center no-repeat;
}
#lbClose{
    width: 66px;
    height: 22px;
    float : center;
    margin-bottom: 0px;
    text-align : center;
    position : relative;
    margin-top : 0px;
    float : right;
    bottom : 10px;
    right : 20px;
}
.grey#lbClose{
    background : url(images/close_grey.gif) no-repeat center top;
   margin-top : 10px;
   position : static;
   z-index : 2;
}
