/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: default;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 25%; right: 25%;
	margin: 0 auto;
	width: 800px;
	z-index: 9999;
}

.lbLoading {
	height: 400px;
}
#popupInner {
	width: 800px;
	height: 390px;	
}