
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}

#lightbox img {
	width: auto;
	height: auto;
	border: 2px solid #FFFFFF;
	cursor: pointer;
	background-color: #FFFFFF;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	background-color: #2E70AA;
	width: 100%;
	height: 100%;	
}

#cl {
	position: absolute;
	height: 28px;
	width: 28px;
	background-color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	color: #000000;
	z-index: 1000;
	padding: 2px;
	
	background-image: url(../gfx/x.gif);
	background-repeat: no-repeat;
	background-position: center 50%;
}
