#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 199;
	display: none;
	text-align: left;
}

#popup {
	display: none;
	position: fixed;
	z-index: 200;
	border: 5px solid #000000;
	background: #ffffff;
	top: 25px;
	left: 50%;
	margin-left: -310px;
}

#close {
	position: absolute;
	top: 0;
	right: 0;
}

#close img{
	border: 0;
}

img#large {
	margin: 10px;
}
