@charset "utf-8";
/* CSS Document */
#slideshow-1 *, #slideshow-2 * {
  overflow: hidden;
}
#cycle-1 {
  max-width: 585px;
  max-height: 365px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cycle-1 div {
  width: 100%;
}
#cycle-1 ul{}
#cycle-2 .cycle-carousel-wrap {
  margin: 0 -10px;
}
#cycle-2 .cycle-slide {
  border: 2px solid #fff;
  margin: 0 0px;
  /*height: 65px;*/
  height: auto;
  float: none;
  vertical-align: top;
  transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#cycle-2 .cycle-slide:hover {
  border: 2px solid #8f9f38;
  cursor: pointer;
}
#slideshow-1, #slideshow-2 {
  position: relative;
}
.cycle-prev, .cycle-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 110;
}
.cycle-prev.disabled, .cycle-next.disabled {
  visibility: hidden;
}
#slideshow-1 .cycle-prev {
  left: 0;
  width: 40px;
}
#slideshow-1 .cycle-next {
  right: 0;
  width: 40px;
}
#slideshow-1 .cycle-prev span, #slideshow-1 .cycle-next span {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
#slideshow-1 .cycle-prev span {
    text-indent: -9999px;
  background: url("../images/photo_prev.png") 99px 50% no-repeat transparent;
  left: 0;
  transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
#slideshow-1 .cycle-next span {
    text-indent: -9999px;
  background: url("../images/photo_next.png") -99px 50% no-repeat transparent;
  right: 0;
  transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
#slideshow-1 .cycle-prev:hover span {
  /*background-position: -24px 50%;*/
   background: url("../images/photo_prev.png") 0px 50% no-repeat #8f9f38;
}
#slideshow-1 .cycle-next:hover span {
  /*background-position: 0 50%;*/
  background: url("../images/photo_next.png")  0px 50% no-repeat #8f9f38;
}
#slideshow-2 .cycle-prev {
  left: -30px;
  top: 50%;
  margin-top: -22px;
  background: url("../images/cycle-prev.png") 0 0 no-repeat;
  width: 30px;
  text-indent: -9999px;
}
#slideshow-2 .cycle-next {
  right: -30px;
  top: 50%;
  margin-top: -22px;
  background: url("../images/cycle-next.png") 0 0 no-repeat;
  width: 30px;
  text-indent: -9999px;
}
/*#slideshow-2 .cycle-prev:hover {
  background-position: -24px 0;
}
#slideshow-2 .cycle-next:hover {
  background-position: -36px 0;
}*/
#slideshow-1{
    border: 1px solid #ddd;
}
#slideshow-1, #slideshow-2 {
  max-width: 585px;
  margin: auto
}
#slideshow-2 {
  margin-top: 10px;
}
#cycle-1 .cycle-slideshow {
  outline: 1px solid #666
}
.cycle-slideshow img {
  width: 100%;
  height: auto;
  display: block;
}
#cycle-2 .cycle-slide-active {
  border-color: #87ae01 !important;
  cursor: default;
}
.cycle-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  z-index: 105;
  padding: 15px;
  font: 400 1.33em 'proxima-nova-condensed', sans-serif;
  text-align: center;
}
.slideshow-1 .cycle-slideshow {
max-width: 640px;
margin: auto;
}

.slideshow-1 .cycle-slideshow > div {
width: 100%;
height: 100%;
}