* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;
  overflow: hidden;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -22px;
  padding-top: 10px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 4px;
  user-select: none;
  background-color: #27608E;
}

/* Position the "next button" to the right */
.next {
  right: 10px;
  padding-left: 16px;
}

.prev {
  left: 10px;
  padding-left: 14px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: white;
  background-color: rgba(0,0,0,0.9);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #27608E;
}

/* Fading animation */
.fade2 {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#dotsbar{
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #111;
}

.slider{
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

#slider01{ background-image: url("../images/slider/1_2000.jpg"); }
#slider02{ background-image: url("../images/slider/2_2000.jpg"); }
#slider03{ background-image: url("../images/slider/3_2000.jpg"); }
#slider04{ background-image: url("../images/slider/4_2000.jpg"); }
#slider05{ background-image: url("../images/slider/5_2000.jpg"); }
#slider06{ background-image: url("../images/slider/6_2000.jpg"); }
#slider07{ background-image: url("../images/slider/7_2000.jpg"); }
#slider08{ background-image: url("../images/slider/8_2000.jpg"); }
#slider09{ background-image: url("../images/slider/9_2000.jpg"); }
#slider010{ background-image: url("../images/slider/10_2000.jpg"); }
