
body {font-family:	Open sans, Inter,  Arial, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 350px;
  position: relative;
  margin-left: 60px;
  border:	1px solid #c3c3c3;
  background-color: #eee;
}

.boxsizing	{
	box-sizing: border-box;}

/* Caption text */
.text {
  color: #fff;
  font-family:  Open sans, Inter,  Arial, sans-serif;
  font-weight:		bold;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  width: 326px;
  text-align: center;
  background-color: #b80000;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 8px;
  width: 8px;
  margin-left: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dotspace	{
			width:			350px;
			margin-left: 	60px;
			text-align:	center;
			}

.active {
  background-color: #b80000;
}

/* Fading animation */
.fade {
  animation: fadeInOut 7s infinite;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

