
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 10%;
	left: 10%;
	width: 580px;
	height: 610px;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.85;
	opacity:.85;
	filter: alpha(opacity=85);
}

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

div.gallery {
width: 500px;
margin: 20px;
}

div.thumb1 {
width: 100;
text-align: center;
float: left;
position:relative;
left:0px;
}

div.thumb2 {
width: 100;
text-align: center;
float: left;
position:relative;
left:10px;
}

div.thumb3 {
width: 100;
text-align: center;
float: left;
position:relative;
left:20px;
}

div.thumb4 {
width: 100;
text-align: center;
float: left;
position:relative;
left:30px;
}