
#container { 
	width: 480px; 
	margin: 0 auto;
	text-align: left;
   padding-top:20px; 
}
.imgThm {
   width:110px; height:110px; background-color: #000;  
   padding-top:5px; border: 2px ridge #FAEBD7; display: inline-table; 
}
.closeIt1 {
	background-color: #000; margin-top:0px;
	padding-left:5px; padding-right:5px; padding-bottom: 2px; padding-top: 2px; float:right; border: 1px solid #7FFFD4;
}

   a.closeIt1a:link    { color: #66ccff; text-decoration:none; }
   a.closeIt1a:active  { color: #DC143C; }
   a.closeIt1a:visited { color: #00703D; }
   a.closeIt1a:hover   { color: #007A3D; text-decoration: underline overline;  }

.closeIt2 {
	background-color: #000; 
	padding: 0.5em; float:right; border: 1px solid #7FFFD4;
}
.footer1 {
	background-color: #000;
	padding: 0.5em; 
}

#lightBoxLine { border: 1px solid #FF0000;  }
.lightBox {
	color: #333;
	display: none;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 80%;
	height: 85%;
	padding: 1em;
	border: 1em solid #0B1713;
	background-color: #A1C4B6;
	text-align: center;
	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.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;    }
