
#lb-overlay {
	opacity: 0.7;
	position: absolute;
	background: #000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#lb-outer {
	position: absolute;
	top: 60px;
	width: 100%;
	text-align: center;
	left: 0px;
	z-index: 1;
}

#lb-inner {
	margin: 0px auto;
	text-align: left;
	width: 556px;
	position: relative;
}

#lb-loading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 86px;
	background: #fff url(../images/loading.gif) center center no-repeat;
}

#lb-content {

}
