/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: black;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
    background-color:transparent;
    opacity:0.1;
}
.GB_Window .content {
    border-top: none;
}

.GB_Window .header {
    height: 0px;
    padding-top: 80px;
}

