#filter{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 100;
	/*opacity: 0.8;*/
}
#lightbox{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	/*height: 60%;*/
	padding: 4px;
	margin: 0;
	background: #ffffff;
	z-index: 101;
	color: #000000;
	/*overflow: auto;*/
	text-align: left;
	line-height: 1.5em;
}
#lightbox p{
	margin: 0;
	padding: 0;
}
#lightbox a{
	text-decoration: none;
}
#lightbox .close{
	padding: 0 5px 0 0;
	text-align: right;
}
