
.leightbox {
	color: #000;
	display:none;
	position:absolute;
	margin: 0 auto;
	top: 0px;
	left:20%;
	width: 100%;;
	height: 100%;
	background:none;
	z-index:1001;
	overflow: hidden;	
	
}

#lightbox1 a {
	color:#FFF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#lightbox1 a:Hover {
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#lightbox2 a {
	color:#FFF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#lightbox2 a:Hover {
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.leightbox2 {
	color: #000;
	background-color:#000;
	display: none;
	position:absolute;
	top:0px;
	background:none;
	left:25%;
	text-align: center;
	z-index:1001;
	overflow: hidden;	
	
}

#lightbox1 {
	margin: 0 auto;
}

#overlay{
	display:none;
	position:static;
	top:0;
	margin:0 auto;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	filter:alpha(opacity=20);
	-moz-opacity:.8;
	opacity:.8;
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }