/* SLIDESHOW GALLERY */
.slideshow-container {
    width: 80%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    }
  .mySlides23c, .mySlides23b, .mySlides23a, .mySlides22d, .mySlides22c, .mySlides22b, .mySlides22a, .mySlides21, .mySlides18, .mySlides17, .mySlides03 {
    display: none; /* Hide images by default */
    width: 100%;
    }
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    width: 10%;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.6);
    }
  .prev {
    left: 0;
    }
  .next {
    right: 0;
    }
  .prev:hover, .next:hover {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    }
  .prev span, .next span {
    position: absolute;
    width: 100%;
    top: calc(50% - 16px);
    text-align: center;
    }
  .dot-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    }
  .dot23c, .dot23b, .dot23a, .dot22d, .dot22c, .dot22b, .dot22a, .dot21, .dot18, .dot17, .dot03 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    background-color: rgba(192, 192, 192, 0.7);
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.7);
    }
  .dot23c:hover,.dot23b:hover, .dot23a:hover, .dot22d:hover, .dot22c:hover, .dot22b:hover, .dot22a:hover, .dot21:hover, .dot18:hover, .dot17:hover, .dot03:hover {
    background-color: #D70000;
    }
  .active {
    background-color: #FFFFFF;
    }
  /* END SLIDESHOW GALLERY */