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

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

ul.rslides{
    list-style: none;
    list-style-type:none;
}

.rslides > .rslides_item {
    -webkit-backface-visibility: hidden;
    position: relative;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides > .rslides_item:first-child {
  display: block;
  float: left;
}

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

#wrapper {
  padding: 20px;
  }


.rslides_tabs {
  list-style: none;
  font-size: 18px;
  margin: 2rem auto;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
    background: rgba(0,0,0,.25);
    display: inline;
    margin: 1px;
    padding:    0.5rem;
  }

.rslides_tabs a {
  width: auto;
  line-height: 1.2;
  padding: 9px 20px;
  height: auto;
  }


.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
  }

a {
  color: #fff;
  text-decoration: none;
  }
