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

.LB-white-content {
	display: none;
	position: fixed;
	padding: 20px;
	background-color: #fff;
	z-index:1002;
	margin:0 0 0 220px;
	border:4px solid #000000;
	*margin:0 0 0 -450px;
	}

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

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