#LB_Components div.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 0;
	z-index: 100;
}

#LB_Components div.LB_outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-color: #EEEEEE;
}

#LB_Components div.LB_innerContainer {
	padding: 10px;
	color: #666666;
	font: 12px Verdana;
}

#LB_Components div.LB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background-color: #000000;
	z-index: 90;
}
