html, body {
	width: 100%;
	height: 100%;
}

#popup_fotomodule {
	display: none;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	z-index: 10;
}

#popup_bg {
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.7;
 }

#popup_fotomodule_wrapper {
	position: relative;
	top: 200px;
	left: 0px;
	
	width: 600px; /* max breedte, hoogte wordt aangepast */
	margin: 0px auto;
}

#popup_fotomodule tr {
	vertical-align: bottom;
}
#thumb_fotomodule {
	border: 4px solid white;
}
#sluiten a, #sluiten a:hover, #sluiten a:visited{
	color: #ffffff;
	margin-top: -10px;
	font-size: 14px;
	text-decoration: none;
	text-align: right;
	display: block;
	line-height: 32px;
}

