	
	
	
	.slide {
	  display: none;
	  text-align: center;
	}
	
	.dot-container {
	  text-align: center;
	  padding: 0px 0px 0px 0px;
	}
	
	.dot {
	  cursor: pointer;
	  height: 6px;
	  width: 6px;
	  margin: 0 8px;
	  background-color: #EEE;
	  border-radius: 50%;
	  display: inline-block;
	  transition: background-color 0.6s ease;
	}
	
	.active, .dot:hover {
	  	background-color: #333;
	}