/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    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: none;
    margin:0;
    padding:0;
    overflow: auto;
    white-space: nowrap;
	background-color: transparent;
}


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

.GB_Gallery .content {
    background-color: transparent;
    border: 3px solid #ddd;
}

.GB_header {
    top: 20px;
    left: 0;
    margin:0;
	padding:0;
    z-index: 500;
    position: absolute;
    /* border-bottom: 2px solid #555;
    border-top: 2px solid #555; */
	display:none;
}

.GB_header .inner {
    background-color: transparent;
    font-family: Tahoma, Arial, sans-serif;
}

.GB_header table {
    margin:0;
	padding:0;
    width:100%;
}

.GB_header .caption {
    text-align: left;
    color: #f1f1f1;
    white-space: nowrap;
    font-size: 13px;
}

.GB_header .close {
    text-align:right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right:0;
}

#GB_middle .right {
    padding-left:0;
}


.GB_Window .content {
    background-color: transparent;
    border: none;
    border-top: none;
	allowtrancsparency:true;
}

.GB_Window .header {
    border:none;
    margin:0;
    padding:0;
    height:30px;
    font-size:13px;   
    color:#F1F1F1;
}

.GB_Window .caption {
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

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

.GB_Window .on { border-bottom:none; }
.GB_Window .click { border-bottom:none; }
iframe {background-color: transparent; allowtrancsparency:true;}

