/*! 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: auto;
  float: left;
  width: 100%;
  border: 0;
  }


.rslides p {
font: normal 13px b homa,tahoma;
line-height: 25px;
background: rgb(243, 243, 243);
padding: 5px;
}
.rslides a {
/*background: #1BAF4A;
padding: 0px 17px;
border-radius: 2px;
box-shadow: 3px 3px 0px #C0C0C0;
color: #fff !important;
height: 27px;
font-size: 20px;
position: absolute;
bottom: 0;
margin-right: -34px;*/
}