/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #EEEEDD;
    position: absolute;
    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;
}


.GB_Gallery {
    margin: 100px 200px 100px 200px;
}

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

.GB_Window .content {
	background-color : #EEEEDD;
    border: 1px solid #ccc;
    border-top: none;      top: 20px;
}

.GB_Gallery {
    background-color : #EEEEDD;}

.GB_Gallery .content {
background-color : #EEEEDD;
}

.GB_Window .content {
	background-color : #EEEEDD;
/* overflow-y: hidden;   overflow-x: hidden;       overflow: hidden; */
    border: 1px solid #ccc;
    border-top: none;   top: 20px;
font: normal normal 12px sans-serif;
height:1200px;
}

.GB_Window .header {
/*    border-bottom: 1px solid #aaa;*/
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0;
	margin-top: 100px;		/* distance from top */
    height: 22px;
/*    font-size: 12px;*/
   padding: 0;
width:100%;
background-color : #EEEEDD;
/*     color: #333; */
}

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

.GB_Window .close {padding-left:700px;}
.GB_Window .close span {
    cursor: pointer;
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0;
}

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

