.pbslideshow {  
  position: relative;
}

.pbslideshow .pbslides-overlay {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  position: absolute;
  z-index: 3;
  height: auto;
  box-sizing: border-box;
}

.gravity-tl {
  top: 0;
  left: 0;
  width: 50%;
}

.gravity-tm {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.gravity-tr {
  top: 0;
  right: 0;
  width: 50% !important;
}

.gravity-ml {
  left: 0;
  top: 0;
  bottom: 0;
}

.gravity-mm {
  left: 25%;
  width: 50%;
  height: 50% !important;
  top: 25%;
}

.gravity-mr {
  right: 0;
  bottom: 0;
  top: 0;
}

.gravity-bl {
  left: 0;
  bottom: 0;
}

.gravity-bm {
  left: 0;
  right: 0;
  bottom: 0;
}

.gravity-br {
  right: 0;
  bottom: 0;
}

.pbslideshow>a {
    background: transparent url(buttons.png) no-repeat scroll left top;
    height: 61px;
    left: 0;
    margin-top: -45px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 50%;
    width: 38px;
    z-index: 4;
}
.pbslideshow>a:active {
    opacity: 1;
}
.pbslideshow>a.next {
    background-position: right top;
    left: auto;
    right: 0;
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0 !important;
  }

.rslides li:before {
  display: none;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
