.lb_backdrop
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:#000;
    opacity: .0;
    filter:alpha(opacity=0);
    z-index:50;
    display:none;
}


.lb_container
{
    position:fixed;
    top:20%;
    left:40%;
    width:500px;
    height:auto;
    z-index:65538;
    padding:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 5px #444444;
    -webkit-box-shadow:0px 0px 5px #444444;
    box-shadow:0px 0px 5px #444444;
    display:none;
    background:#ffffff;
}
.lb_header
{
    width:100%;
    height:25px;
}

.lb_header SPAN
{
    float:right;
    margin-right:6px;
    cursor:pointer;
}

.lb_controls {
    margin-top: 20px;
}

.qq-total-progress-bar-container {
    display: none !important;
}

.lb_close
{

}