@charset "utf-8";
/* CSS Document */

#slideshow {
	margin:0 auto;
	width:300px;
	height:298px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:300px;
  height:298px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide1 {
  margin:0 auto;
  width:280px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:298px;
}

#slideInner {
	padding: 0 0 0 0;	
}

#slideshow2 {
  margin:0 auto;
  width:100%;
  height:280px;
  position:relative;
  background: #fff;
}
#slideshow2 #slidesContainer2 {
  margin:0 auto;
  width:100%;
  height:280px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow2 #slidesContainer2 .slide2 {
  margin:0 auto;
  width: auto; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:280px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#slideshow2 .producten_naam {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 40px;
  margin: 6px 6px;
}
#slideshow2 .link {
  margin: 0px 6px;
}

#slideshow2 .product_text {
  margin-left: 6px;	
}

#slideInner2 {
	padding: 0 0 0 0;	
}

@media (max-width: 991px) {
  #slideshow2 {
    height:310px;
  }
  #slideshow2 #slidesContainer2 {
    height:310px;
  }
  #slideshow2 #slidesContainer2 .slide2 {
    height:310px;
  }
}

#slideshow3 {
	margin:0 auto;
	width:210px;
	position:relative;
}
#slideshow3 #slidesContainer3 {
  margin:0 auto;
  width:210px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow3 #slidesContainer3 .slide3 {
  margin:0 auto;
  width:190px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
}

#slideInner3 {
	padding: 0 0 0 0;	
}

#slideshow4 {
	margin:0 auto;
	width:508px;
	position:relative;
}
#slideshow4 #slidesContainer4 {
  margin:0 auto;
  width:508px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow4 #slidesContainer4 .slide4 {
  margin:0 auto;
  width:488px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
}

#slideInner4 {
	padding: 0 0 0 0;	
}

#slideshow5 {
	margin:0 auto;
	width:508px;
	position:relative;
}
#slideshow5 #slidesContainer5 {
  margin:0 auto;
  width:508px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow5 #slidesContainer5 .slide5 {
  margin:0 auto;
  width:488px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
}

#slideInner5 {
	padding: 0 0 0 0;	
}

#slideshow6 {
	margin:0 auto;
  width:100%;
	position:relative;
}
#slideshow6 #slidesContainer6 {
  margin:0 auto;
  width:100%;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow6 #slidesContainer6 .slide6 {
  margin:0 auto;
  width:calc(100% - 20px); /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
}

#slideshow6 #slidesContainer6 .slide6 img {
  max-width: 330px;
  max-height: 260px;
}

#slideshow6 #slidesContainer6 .slide6 .producten_slider {
  height: 320px;
}

#slideInner6 {
	padding: 0 0 0 0;	
}

.control, .control1 {
  display:block;
  width:28px;
  height:200px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
.control2, .control12 {
  display:block;
  width:28px;
  height:200px;
  text-indent:-10000px;
  position:absolute;
}

.control3 {
  display:block;
  width:28px;
  height:160px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
.control32 {
  display:block;
  width:28px;
  height:160px;
  text-indent:-10000px;
  position:absolute;
}

.control4 {
  display:block;
  width:28px;
  height:390px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
.control42 {
  display:block;
  width:28px;
  height:390px;
  text-indent:-10000px;
  position:absolute;
}

.control5 {
  display:block;
  width:28px;
  height:200px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  margin: 150px 0 0 0;
}

.control52 {
  display:block;
  width:28px;
  height:200px;
  text-indent:-10000px;
  position:absolute;
  margin: 150px 0 0 0;
}

.control6 {
  display:block;
  width:28px;
  height:280px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

.control62 {
  display:block;
  width:28px;
  height:280px;
  text-indent:-10000px;
  position:absolute;
}

#leftControl, #leftControl2, #leftControl5 {
  top:0;
  left:0px;
  background:transparent url(../gfx/links.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}
#leftControl_out, #leftControl2_out, #leftControl5_out {
  top:0;
  left:0px;
  background:transparent url(../gfx/links_uit.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}
#rightControl, #rightControl2, #rightControl5 {
  top:0;
  right:0px;
  background:transparent url(../gfx/rechts.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}
#rightControl_out, #rightControl2_out, #rightControl5_out {
  top:0;
  right:0px;
  background:transparent url(../gfx/rechts_uit.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}


#leftControl3  {
  top:0;
  left:0px;
  background:transparent url(../gfx/links2.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}
#leftControl3_out {
  top:0;
  left:0px;
  background:transparent url(../gfx/links_uit2.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}
#rightControl3 {
  top:0;
  right:0px;
  background:transparent url(../gfx/rechts2.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}
#rightControl3_out {
  top:0;
  right:0px;
  background:transparent url(../gfx/rechts_uit2.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}

#leftControl4 {
  top:0;
  left:0px;
  background:transparent url(../gfx/links3.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}
#leftControl4_out {
  top:0;
  left:0px;
  background:transparent url(../gfx/links_uit3.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}
#rightControl4 {
  top:0;
  right:0px;
  background:transparent url(../gfx/rechts3.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}
#rightControl4_out {
  top:0;
  right:0px;
  background:transparent url(../gfx/rechts_uit3.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}

#leftControl6  {
  top:0;
  left:0px;
  background:transparent url(../gfx/links4.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}
#leftControl6_out {
  top:0;
  left:0px;
  background:transparent url(../gfx/links_uit4.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}
#rightControl6 {
  top:0;
  right:0px;
  background:transparent url(../gfx/rechts4.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}
#rightControl6_out {
  top:0;
  right:0px;
  background:transparent url(../gfx/rechts_uit4.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
}
