/*#lightbox-overlay { 
	display: none; 
	width: 100%; 
	height: 100%; 
	z-index: 9998; 
	position: fixed; 
	top: 0; 
	left: 0; 
	background: rgba(0,0,0,0.8);
}
#lightbox-outer { 
	display: none; 
	z-index: 9999; 
	width: 620px; 
	height: 420px;
	border: 10px solid #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -210px 0 0 -310px;
}
#lightbox-outer a.close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-family: Arial, sans-serif;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	color: #000;
}
#lightbox-outer #lightbox-inner {
	float: left; 
	width: 100%; 
	height: 100%;
	background: #fff;
}*/