  /*! http://responsiveslides.com v1.55 by @viljamis */

.slideshow-container {
  position: relative;
  clear: both;
  margin: 2em 0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 390px;
  padding: 0;
  margin: 0;
  background: rgba(0,0,0,.5);
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  border: 0;
  }
.rslides_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  margin-top: -30px;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  border: none!important;
}

.rslides_nav:active {
  opacity: 1.0;
}
.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}