	/* Slideshow container */
	.slideshow-container {
	  position: relative;
	  background: #FFF;
	  max-width: 820px;
	  margin: 0 auto;
	}
	
	/* Slides */
	.mySlides {
	  display: none;
	  padding: 30px 60px 0px 60px;
	  text-align: center;
	}
	
	.prev, .next {
	  cursor: pointer;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  margin-top: -70px;
	  padding: 16px;
	  color: #555;
	  font-weight: bold;
	  font-size: 20px;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
	}
	
	/* Position the "next button" to the right */
	.next {
	  position: absolute;
	  right: 0;
	  border-radius: 3px 0 0 3px;
	}
	
	.prev:hover, .next:hover {
	  color: #222;
	}
	
	.dot-container {
	  text-align: center;
	  padding: 20px;
	  background: #FFF;
	}
	
	.dot {
	  cursor: pointer;
	  height: 10px;
	  width: 10px;
	  margin: 0 2px;
	  background-color: #DDD;
	  border-radius: 50%;
	  display: inline-block;
	  transition: background-color 0.6s ease;
	}
	
	.active, .dot:hover {
	  background-color: #717171;
	}
	
	q { font-style: italic; font-size: 18px; padding:10px; line-height: 150%; }
	
	.author {color: #333;}
	
	