#gallery {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	background: url('images/hidden_bg.png');
	z-index: 999;
}
#bildrahmen {
	background: #FFFFFF;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top: 25px;
	padding: 25px;
	width: 0px;
	height: 0px;
}
.closeAjaxPic {
	position: absolute;
	top: -15px;
	right: -15px;
}