#slideshow {
  margin: 0px auto;
  position: relative;
  width:100%;
  padding: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right:0px;
  bottom: 0px;
}



.show-more {

  display: block;
  border: 2px solid #996f00;
  cursor :pointer;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: -3em;
  left: 50%;
  margin-left: -22px;
  margin-bottom: 0%!important;

}

.arrows {
  position: absolute;
  display: block;
  cursor :pointer;
  width: 100%;
  top:0;
  bottom: 0;
  right: 0;
  left: 0;
}
.show-more-button {
  margin-top: 20px;
  display: block;
  text-decoration: none;
  color: #996f00;
  text-align: center;
}
.show-more-button:hover .arrow {
  top: 70px;
  transition: top 0.3s ease-in-out;
}
.show-more-button:hover .arrow-hidden {
  top: 12px;
  transition: top 0.3s ease-in-out;
}
.show-more-button .arrow,
.show-more-button .arrow-hidden {
  width: 1px;
  height: 22px;
  background:#996f00;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 20px;
  transition: top 0.3s ease-in-out;
}
.show-more-button .arrow:before,
.show-more-button .arrow-hidden:before {
  content: "";
  width: 1px;
  height: 6px;
  display: block;
  background: #996f00;
  position: absolute;
  transform: rotate(45deg);
  bottom: 0;
  right: -2px;
  bottom: -1px;
}
.show-more-button .arrow:after,
.show-more-button .arrow-hidden:after {
  content: "";
  width: 1px;
  height: 6px;
  display: block;
  background:#996f00;
  position: absolute;
  transform: rotate(135deg);
  bottom: -1px;
  left: -2px;
}
.show-more-button .arrow-hidden {
  top: -80px;
}
.show-more-text {
  margin-top: 10px;
  display: block;
  font-weight: 600;
}


#myBtn{
	font-size:25px;
	color: #996f00;



}
