#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 144;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	/*display: none;*/
}


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 156;
	text-align: center;
	height: 620px;
	/*display: none;*/
}
	#lightbox .demo {
		position: relative;
		width: 800px;
		padding: 20px;
		margin: 0 auto;
		text-align: left;
		/*display: none;*/
		background-color: #fff;
	}

	#lightbox .demo h1 {
		
		font-family: Tahoma;
		font-size: 20px;
		color: #002458;
	}

	#lightbox .demo h2 {
		font-family: Tahoma;
		font-size: 16px;
		color: #4e80c8;
		font-weight: bold;
	}

	#lightbox .demo h3 {
		
		font-family: Tahoma;
		font-size: 14px;
		color: #a4a4a4;
		font-weight: bold;
	}

	#lightbox .demo p img {
		border: 1px solid #002458;
	}


	#lightbox a.close {
		color: #000;
		text-decoration: none;
		font-weight: bold;
		position: relative;
		float: right;
		top: 0px;
		border: 0;
	}

	#lightbox a img {
		border: 0;
	}



	#lightbox a,
	#lightbox a:active,
	#lightbox a:link,
	#lightbox a:visited {	
	  text-decoration: none;
	  color: #4e80c8;
	}