body {
	background-color: #eeeedd;
}

img {
  width: auto;
  max-width: auto;
  height: 600px;
  max-height:600px;
  border:10px solid #663333;
}

.slideshow-container {
  max-width: 96%;
  max-height:640px;
  position: relative;
  margin: 10px auto 10px auto;
  border:0;
  text-align: center;
  align-items:center;
  display: flex;
  justify-content:center;
}

.slideshow-btn {
  margin: 10px auto 10px auto;
  text-align: center;
}

button, input[type="button"] {
	width:120px;
	color:#666666;
	margin: auto;
	border: 1px solid #999999;
  display: inline;
  font-size: 12px;
  background-color: white;
  font-family:  serif;
}

a {
	text-decoration: none;
}

button:hover , input[type="button"]:hover {
	background: #06c;
	color: #fff;
	text-decoration: none;
}

