

.leightbox {
	color: #333;
	display: none;
	/*position:fixed;*/
	position:absolute;
	top: 38%;
	left: 35%;
	width:auto;
	height:auto;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: #ffffff;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.leightbox_img {
	color: #333;
	display: none;
	/*position:fixed;*/
	position:absolute;
	/*top: 32%;
	left: 38%;*/
	top:0px;
	left:0px;
	width:auto;
	height:auto;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: #ffffff;
	text-align: left;
	z-index:1001;
	overflow:scroll;
}

#overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

.lightbox {
	display: none;
	/*position:fixed;*/
	position:absolute;
	top: 180px;
	left: 420px;
	z-index:1001;
}