.LB-black-overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.LB-white-content {
	display: none;
	position: fixed;
	width: 50%;
	height: 500px;
	padding: 50px;
	margin: 20% 20%;
	background-color: #fff;
	z-index:1002;
}

a#close  {
	height: 30px;
	width: 30px;
	position: absolute;
	top: -12px;
	left: -12px;
	background: url(images/close.png) 0 0;
}

a#close:hover {
	background: url(images/close.png) 0 -30px;
}
