.slideshow-container {width:100%;position:relative;}
.mySlides {display:none;}
.mySlides img {width:100%;}
.arrowLeft{float:left!important;padding:20px;background-color:#ffffff60;border-radius:0 40px 40px 0;vertical-align:middle;cursor: pointer;}
.arrowLeft:hover{background-color:#FF7373;}
.arrowRight {float:right !important;padding:20px;background-color:#ffffff60;border-radius:40px 0 0 40px;vertical-align:middle;cursor:pointer;}
.arrowRight:hover{background-color:#FF7373;}
.bullet {display:none;}
.bullet:hover{background-color:#FF7373;}
.bulletBorder{border:1px solid #ccc!important}
.bulletBorder:hover{background-color:#FF7373; border:1px solid #766B63 !important}
.bulletColor{color:#000!important;background-color:#fff!important}
.bulletCenter {width:100%;position:absolute;bottom:8px;}
/* LARGER SCREENS < 801px */
@media screen and (min-width: 801px) {
.bullet {border-radius:50%;padding:8px;text-align:center;display:inline-block;margin: 40px 0 0;cursor:pointer;}
}