
#lb_overlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lb_center {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin-left: -125px;
	border: 10px solid #fff;
}

.lb_load {
	background: #fff url("/images/gr_loading.gif") 50% 50% no-repeat;
}

.lb_close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10000;
	width: 24px;
	height: 24px;
	background: url("/images/close.gif") 0 0 no-repeat;
	cursor: pointer;
}

.lb_description {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10001;
	width: 100%;
	background: #fff;
	padding: 10px;
	text-align: left;
}

#lb_content {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background-color: #fff;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #000;
	width: 100%;
	height: 100%;
}

