
li.gallery {
	list-style:none;
	float:left;
	margin-right: 10px;
	padding: 5px 5px 15px 5px;
	border: 1px black solid;
	background-color:#FFFFFF;
	min-height: 65px;
	margin-top:20px;
}

.footer {
	background-color: #00a651;
	padding: 0.5em;
}
.footer a {
	display: block;
	width: 150px;
	padding: 10px 0 10px 10px;
	background-image:url(../images/closeBtn.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 700px;
	height: 350px;
	padding: 1em;
	border: 20px solid black;
	background-color: white;
	text-align: left;
	z-index:1201;
	overflow: auto;	
}
.leightbox img {
	float: left;
	padding: 5px;
	margin: 0 15px 15px 0;
	border: 1px black solid;
}
.leightbox h1 {
	color:#00a651;
	font-size:24px;
}
.leightbox h2 {
	font-size:15px;
	margin-top:15px;
}
.leightbox p {
	margin-top: 10px;
	line-height: 1.4em;
}
.leightbox .containerRight {
	float:right;
	width: 375px;
}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1200;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

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