body {
	margin: 0pt;
	background: #000000;
}
div {
	text-align: center;
}
img
{	 margin: 0;
	 border: none;
	 padding: 0;
}
.foto {
	overflow: hidden;
}
.i_koptxt {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: none;
}
.i_voettxt {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: none;
}
#i_container {
	margin-top: 48px;
}
#i_container img {
	height: 144px;
}
#i_navigatie {
	background: #000000;
	margin: auto;
	width: 100%;
	padding: 0;
}
#i_navcontainer {
	position: absolute;
	margin: auto;
	width: 100%;
	background: #000000;
	padding: 8px 0 8px 0;
	text-align: center;
}
.i_miniaturen {
	 max-width: 1200px;
	 margin: auto;
}
.i_mini {
	 width: 24%;
	 min-width: 238px;
	 display: inline-block;
	 margin: auto;
	 padding: 8px 0 8px 0;
}
.i_lijn {
	width: 100%;
	margin: 12px;
	height: 0;
	border: none;
	border-bottom: solid 1px #808080;
}
#f_container {
	position: relative;
	width: 95%;
	margin: auto;
}
#f_boxA, #f_boxB {
	-webkit-transition: opacity ease-in-out;
	-moz-transition: opacity ease-in-out;
	-o-transition: opacity ease-in-out;
	-ms-transition: opacity ease-in-out; 
	transition: opacity ease-in-out;
	transition-duration: 1000ms;
	position: absolute;	
	top: 0;
	width: 100%;
	background: #000000;
	opacity: 0;
}
#f_tekstA, #f_tekstB, #ns_tekst {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}
#f_tekstA1, #f_tekstB1,#ns_tekst1 {
	position: absolute;
	left: 0;
	top: 94vh;
	margin: auto;
	width: 100%;
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #CCCCCC;
	padding: 8px;
	z-index: 3;
}
#f_boxA img, #f_boxB img {
	margin-top: 4vh;
	border: outset 2px #c0c0c0;
	max-width: 95vw;
	max-height: calc(90vh - 50px);
}
#f_navigatie {
	position: absolute;
	width: 100%;
	margin-top: 1em;
	z-index: 100;
	display: none;
}
#f_navigatie img, #i_navigatie img {
	margin: 0 5px 0 5px;
}
#f_exifInfo {
	position: absolute;
	bottom: 6vh;
	left: 16px;
	display: none;
	padding: 8px;
	background-color: #000;
	border: 1px #666 solid;
	color: #bbbbbb;
	font-size: .7em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	z-index: 5;
}
#f_exifknop {
	display: none;
}
#f_autoknop {
	display: inline;
}
.f_tdl {
	text-align: right;
}
.f_tdr {
	min-width: 140px;
	text-align: left;
}
.f_knop {
	display: inline;
	margin: 0 -2px 0 -2px;
}
#ns_container {
	width: 100%;
	margin: auto;
}
#ns_container img {
	max-width: 95vw;
	max-height: calc(90vh  - 30px);
	margin-top: 2em;
}
#ns_nav {
	margin-top: 1em;
}
@media (max-width: 900px) {
	#f_exifInfo {
		left: -500px
	}
	#f_exifknop {
		display: none;
	}
}
@media (max-height: 550px) {
	.f_knop img {
		height: 24px;
		margin-top: -4px;
	}
	#f_tekstA1, #f_tekstB1 {
		top: 92vh;
		}
}
