








div.gallery {
  margin: 0px;
  border: 8px solid #fff;
  float: left;
  width: 274px;
padding: 0 !important;
display: block;
margin-bottom: 15px;

}

div.gallery img {
   width: 100%;
  height="auto"

padding: 0 !important;

}

div.desc {
  padding: 10px;
  text-align: center;

font-weight:normal; 
line-height:22px;
font-size:18px;
}

a.img:link {
  text-decoration: none;
 
}
a.img:link {color:#545445;}
a.img:visited {color:#545445;}
a.img:hover {color:#9C7C38;}


a.text:link {
  text-decoration: yes;
 
}
a.text:link {color:#a26800;}
a.text:visited {color:#a26800;}
a.text:hover {color:#545445;}











uitgelicht
========================================== */


/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;

}


/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}


/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;


}



/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}



/* Container for image text */
.caption-container {
  text-align: center;
 background-color:  #c2a056;
  padding:1px 0px;
  color: #000000;
font-weight:bold;
font-size:18px;
line-height:14px;

font-family:  inherit;


}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.2%;
padding: 0 !important;
margin: 15px ;

z-index: 1;

}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.8;
}

.active,
.demo:hover {
  opacity: 1.2;
}

 

