/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0px;
	z-index: 100;
	background-color: #fff;
}

#GB_window {
	left: 0px;
	top: 0;
	font-size: 1px;
	position: absolute;
	overflow: visible;
	z-index: 150;
}

#GB_window .content {
	width: auto;
	margin: 0;
	padding: 0;
	position: absolute;
}

#GB_frame {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
	white-space: nowrap;
	position: absolute;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.GB_header {
	left: 0;
	margin: 0px;
	z-index: 500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	position: absolute;
	top: 10px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.GB_header .inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
	position: absolute;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.GB_Window .header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close {
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: right;
}
.GB_Window .close span {
	font-size: 11px;
	cursor: pointer;
	padding-right: 20px;
	text-align: left;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.GB_Window .close img {
	cursor: pointer;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0px;
}
