@charset "utf-8";
/* CSS Document */

#lightbox {
	position:absolute;
	z-index: 100;
	top: 30px;
	cursor:pointer;
	height: auto;
	width: 100%;
	text-align:center;
}
#lightbox img {
	width: auto;
	height: auto;
}