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

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

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

#GB_frame {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	white-space: nowrap;
}

.GB_Gallery {
/*	border: 1px solid #FFFFFF;*/
	border: 1px solid #FCFCFC;
}

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

.GB_header {
	position: absolute;
	margin: 0px 0px 0px 0px;
	z-index: 100000000;
	top: 0px;
	left: 0px;
}

.GB_header .inner {
}

.GB_header table {
/*	margin: -9px 0px 0px 0px;*/
	margin: 0px 0px 0px 0px;
/*	width: 100%;*/
	border-collapse: collapse;
	text-align: right;
}

.GB_header .caption {
	padding: 0.2em 0px 0px 2em;
	font-size: 14px;
/*	font-weight: bold;*/
	text-align: left;
	color: #666666;
	white-space: nowrap;
	position: fixed;
	top: 2em;
	left: 0px;
}

.GB_header .close {
	position: absolute;
	margin: -10000px 0px 0px 0px;
	background-image: url("../images/g_close.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.GB_header .close:hover {
	position: absolute;
	margin: -10000px 0px 0px 0px;
	background-image: url("../images/g_close_hover.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

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

.GB_header .middle {
	font-size: 14px;
/*	font-weight: bold;*/
	padding: 0px 0px 0px 2em;
	white-space: nowrap;
}

#GB_middle {
	color: #666666;
}

#GB_middle img {
	cursor: pointer;
}

#GB_middle .disabled {
	position: absolute;
	margin: -10000px 0px 0px 0px;
	cursor: default;
	visibility: hidden;
}

#GB_middle .left {
	margin: 0px 4px 0px 0px;
	background-image: url("../images/prev.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

#GB_middle .left:hover {
	background-image: url("../images/prev_hover.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

#GB_middle .right {
	margin: 0px 0px 0px 4px;
	background-image: url("../images/next.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

#GB_middle .right:hover {
	background-image: url("../images/next_hover.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.GB_Window .content {
}

.GB_Window .header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #00FFFF;
}

.GB_Window .caption {
    white-space: nowrap;
	padding: 0px 0px 0px 0px;
}

.GB_Window .close {
}

.GB_Window .close span {
	cursor: pointer;
}

.GB_Window .close img {
    cursor: pointer;
	padding: 0px 0px 0px 0px;
}

.GB_Window .on {
}

.GB_Window .click {
}
