.mySlides{
	display: none;
	margin-left: 10%
}
span {
  	cursor:pointer;
  	height: 13px;
  	width: 13px;
  	margin: 0 2px;
  	background-color: #bbb;
  	border-radius: 50%;
  	display: inline-block;
  	transition: background-color 0.6s ease;
 }

  .active, .dot:hover {
	background-color: #717171;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

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

@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

ul{
	list-style: none;
}

nav a{
	text-decoration: none;
	display: block;
	width: auto;
	height: 39px;
	padding: 10px 0 0 0;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.7) 0px -1px 0px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 13px;
	text-align: center;
	box-sizing: border-box;
}

ul{
	display: block;
	float: left;
	clear: none;
	margin: 0;
	width: 840px;
	background: #878787;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px; }
}

li{
	display: inline-block;
	width: 12.5%;
	height: 39px;
	box-sizing: border-box;
}

body{
	background-color: red;
}
