.footer {
	padding: 0.5em;
}

.leightbox {
	text-align: center;
	display: none;
	position: absolute;
	width: 730px;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
/*	position:absolute;
	top:0;
	left:0;
	z-index:1000;*/
	width:100%;
        height:100%;
	-moz-opacity: 0.60;
	opacity:.60;
	filter: alpha(opacity=60);
}

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

