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

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

.rslides li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  height:100%;
  width: 100%;
  left: 0;
  top: 0;
  }



.rslides li:first-child {
  background-image: url(../images/responsiveslider/01.jpg); 
  background-position: center top;
  position: relative;
  display: block;
  float: left;
  }

.rslides li:nth-child(2){
  background-image: url(../images/responsiveslider/02.jpg); 
  background-position: center top;
  }

.rslides li:nth-child(3){
  background-image: url(../images/responsiveslider/03.jpg); 
  background-position: center top;
  }


.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 12px;
  list-style: none;
  bottom:5px;
  left:0px;
  max-width: 100%;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  line-height: 1em;
  background: #fff;
  display: inline-block;
  color: #fff;
  width: 16px;
  border-radius: 8px;
  margin: 0px 4px;
  padding: 0px 0px;
  height:16px;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background-color:#5DC1EB; 
  color:#5DC1EB;
  font-weight: bold;
  }