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


	
.mySlides {
display:none;
}

/* Slideshow container */
.slideshow-container {
  max-width: 90%; 
  position: relative;
  margin: auto;

}

.slidediv {
	height: 200px;
	overflow:hidden;
	text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 20%;
  width: auto;
  padding: 16px;
  margin-top: 2%;
  color: white;
  font-weight: bold;
  font-size: 300%;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Next & previous buttons gallery*/
.gprev, .gnext {
  cursor: pointer;
  position: absolute;
  top: 2%;
  width: auto;
  padding: 16px;
  margin-top: 12%;
  color: rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 300%;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.gnext {
  right: 0;
  border-radius: 3px 0 0 3px;
  padding: 0px 2% 0px 0px; 
}
.gprev {
  padding: 0px 0px 0px 2%; 
}

/* On hover, add a black background color with a little bit see-through */
.gprev:hover, .gnext:hover {
  background-color: rgba(0,0,0,0.1);
}

/* Caption text */
.slidetext {
	color: #ffffe6;
	font-weight: bold;
	font-size: 200%;
	padding: 0px 0px 0px 0px; 
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 25%; 
	text-align: center;
	 vertical-align: middle;
	background-color: #cc0000;
	opacity:1.0;
}

/* Number text (1/3 etc) */
.numbertext {
  color: gray;
  font-size: 100%;
  padding: 1% 1%;
  position: absolute;
  top: 0;
}
.dotdiv {
	max-width: 100%;
	margin: auto;
	padding: 5px 0px;
}
.dotspan {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
input[type="Button"].startbut
{
    Width: 120%;
	FONT-SIZE: 100%;
}

.rightspan {
float:right;
font-size: 100%;
}
.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.slidetab {
	margin: 0px;
	border: 0px solid black;
	border-spacing: 0;
	padding:0px;
    /*BACKGROUND-COLOR: wheat; */
	BACKGROUND-COLOR: Lavender;
    WIDTH: 100%;
}


	
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}




/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .prev, .next {
	font-size: 150%;
	padding: 2%;
	margin-top: 10%;
  }
  .gprev, .gnext {
	font-size: 150%;

  }
  .dot {
	margin: 0 1px;
	height: 12px;
	width: 12px;
  }
  
  .slidetext {
	font-size: 100%;
	padding: 2px 0px 2px 0px; 
	}
.dotspan {
	position: static;
}	


.rightspan {
font-size: 110%;
}
.numbertext {
  font-size: 70%;
  padding: 0% 1%;
}


}  