/*! 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;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: 300px;
  margin:0 auto;
  border: 0;
  }
  
  .rslides_nav, .sponsorBtn{
  display: block;
    padding: 5px 3px;
    width: 100px;
    height: auto;
    background: #f97020;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
    text-align:center;
  }
  .rslides_nav.prev{
  float:left;
  }
   .rslides_nav.next{
  float:right;

  }
  .sponsorBtn{
  width:150px;
  margin:20px auto;
  }
 .sponsorBtn a{
 color:white;
 }