html, body {
  margin: 0;
  padding: 0;
}
body {
  text-align: center;
  font-family: Arial, sans-serif, Verdana;
  font-size: 75%;
	margin: 0;
	border: 0;
	padding: 0;
}
a {
  text-decoration: none;
	color: rgba(0, 0, 0, 1);
}
a:focus, a:hover, a:active {
  text-decoration: none;
  /*text-decoration: underline;*/
	color: rgba(0, 0, 0, 1);
}
p, li {
  line-height: 1.8em;
}
h1, h2 {
  margin: 0 0 4px 0;
  letter-spacing: -1px;
}
h1 {
  font-size: 2.5em;
}
pre {
  font-size: 1.2em;
  line-height: 1.2em;
  overflow-x: auto;
}
div.page {
  width: 1025px;
  margin: 0 auto;
  text-align: left;
}
div#container {
  padding: 0 20px;
}
div#header {
  width: 100%;
  height: 50px;
}
div#header-text {
  padding-top: 15px;
  padding-left: 228px;
  background-repeat: no-repeat;
  background-position: 20px 34px;
}
div.content {
  /* The display of content is enabled using jQuery so that the slideshow
     content won't display unless javascript is enabled. */
  display: none;
  float: right;
  width: 750px;
  margin-top: 15px;
}
div.content a, div.navigation a {
  text-decoration: none;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}
div.controls {
  height: 28px;
}
div.controls a {
  display: block;
  float: left;
  margin-right: 0px;
  padding: 4px 7px 2px 7px;
}
div.controls a:focus, div.content a:hover, div.content a:active {
  text-decoration: none;
}
div.ss-controls {
  float: left;
}
div.nav-controls {
  float: right;
}
div.nav-controls a {
  margin-left: 3px;
}
div.slideshow-container {
  position: relative;
  clear: both;
  height: 585px;
}
div.loader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../css/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 720px;
  height: 576px;
}
div.slideshow {}

div.slideshow span.image-wrapper {
  width: 750px;
  height: 566px;
  line-height: 566px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
  text-decoration: none;
}
/*afmeting foto*/
div.slideshow img {
  border: 1px solid #000000;
	max-height: 525px;
	width: auto;
	vertical-align: middle;
}
div.download {
  float: right;
}
div.caption-container {
  position: relative;
  clear: left;
  height: 75px;
}
span.image-caption {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
div.caption {
  float: right;
  width: 750px;
  margin-right: 0px;
}
div.image-title {
  /*tekst balk onder foto*/
	font-size: 1.25em;
	line-height: 22px;
	height: 45px;
  padding: 5px 25px 5px 25px;
}
div.navigation {
  /* The navigation style is set using jQuery so that the javascript specific
     styles won't be applied unless javascript is enabled. */
  margin-top: 15px;
}
ul.thumbs {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.thumbs li {
  float: left;
  padding: 0;
  margin: 5px 10px 5px 0;
  list-style: none;
}
a.thumb {
  /*display: block;*/
  float: left;
  border: 2px solid #c8c8c8; /*border kleur om thumb*/
}
a.thumb:focus {
  outline: none;
}
ul.thumbs img {
  border: none;
  display: block;
}
div.pagination {
  clear: both;
}
div.navigation div.top {
  margin-bottom: 12px;
  height: 11px;
}
div.navigation div.bottom {
  margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
  display: block;
  float: left;
  margin-right: 2px;
  padding: 4px 7px 2px 7px;
}
div.pagination a:hover {
  text-decoration: none;
}
div.pagination span.current {
  font-weight: bold;
}
div.pagination span.ellipsis {
  border: none;
  padding: 5px 0 3px 2px;
}