
/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #fff;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100% !important;
    height: 100% !important;

}

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

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
    background: #fff !important;
    overflow: visible;
}

#GB_frame,
.GB_frame {
    border: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    white-space: nowrap;
    &background: #fff;
    &padding: 30px;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background: none;
    padding: 10px;
    border: 30px solid #fff;
    &border: 1px solid #aaa;
    -moz-box-shadow: 0px 1px 10px #aaa;
    -webkit-box-shadow: 0px 1px 10px #aaa;
    box-shadow: 0px 1px 10px #aaa;
}

.GB_header {
    top: 0px !important;
    left: 0;
    margin: 0;
    z-index: 1100;
    width: 100% !important;
    position: fixed;
    background: #fff;
    background-color: rgba(255,255,255,0.9);
    /*opacity: 0.85 !important;*/
    min-width: 600px;
}

.GB_header .inner {
    padding: 10px 20px 7px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
}
.GB_header table tbody {
    border: none;
}

.GB_header table td {
    border: none;
    vertical-align: top;
}

.GB_header .caption {
    text-align: left;
    color: #000;
    white-space: normal;
    font-size: 20px;
    padding-top: 5px;
    font-weight: 600;
}

.GB_header .close {
    text-align: right;
    /*background: url('linuxboxLogo.png') no-repeat right 1px;*/
}

.GB_header .close .closeBTN {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('closeRed.png') no-repeat center center;
    cursor: pointer;
    overflow: hidden;
}
/*
.GB_header .close .closeBTN:hover {
    background-position: 0px -48px;
}
.GB_header .close .closeBTN:active {
    background-position: 0px -98px;
}
*/
.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #000;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('prev.png') no-repeat center center;
    margin-right: 10px;
    cursor: pointer;
    overflow: hidden;
}
/*
#GB_middle .left:hover {
    background-position: 0px -48px;
}
#GB_middle .left:active {
    background-position: 0px -98px;
}
*/
#GB_middle .right {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('next.png') no-repeat center center;
    margin-left: 10px;
    cursor: pointer;
    overflow: hidden;
}
/*
#GB_middle .right:hover {
    background-position: 0px -48px;
}
#GB_middle .right:active {
    background-position: 0px -98px;
}
*/
#GB_middle .left.disabled,
#GB_middle .right.disabled {
    cursor: auto;
    opacity: 0.3;
    filter: alpha(opacity=30);
    overflow: visible;
}

#GB_middle .GB_navStatus {
    line-height: 35px;
    vertical-align: top;
    height: 32px;
    display: inline-block;
    overflow: hidden;
    min-width: 40px;
    text-align: center;
}


.GB_Window .content {
    border: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #000;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }



#GB_thumbContainer {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 140px;
    height: 100%;
    z-index: 1020;
    padding: 70px 0 0 0;
    background: #fff;
}
#GB_thumbContainer span {
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
}
#GB_thumbContainer .thumb {
    width: 100px;
    height: auto;
    cursor: pointer;
}

