/*! 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;
  }
 ul.rslides >  li:before, ul.rslides_tabs> li:before {
content:none;

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

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  -webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 5px 5px 100px 5px #000000;
box-shadow: 5px 5px 100px 5px #000000;
  }
.rslides_tabs
{
	margin-top:10px;
	text-align:center;
}
.rslides_tabs li
{
display:inline;
float:none;
margin-right: 5px;
}
.rslides_tabs a
{
background:none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
border-radius:15px;
box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
display:inline-block;
height:9px;
overflow:hidden;
text-indent:-9999px;
width:9px;
}
.rslides_here a
{
background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
