.clear { clear: both; }

.lightBoxFader{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11000;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
}

.closeLightBox {
	position: absolute;
	z-index: 20000;
	left: 530px;
	top: 0px;
}

.lightBoxContainer {
	position: absolute;
	left: 0;
	z-index: 12000;
	width: 0;
	text-align: center;
	display: none;
}

.lightBox{
	width: 520px;
	height: 0;
	margin: 0 auto;
	padding-top: 4px;
	text-align: left;
	background: #fff;
	display: none;
	position: fixed;
	left: 50%;
	margin-left: -260px;
}


	
	