.rslides {
  margin: 0;
  }

#slider2,
#slider3 {
	float:left;
	height:auto;
	width:100%;
  }
.rslides_tabs {
  list-style: none;
  padding: 0;
  /*background: #f1f1f1 ;*/
  font-size: 18px;
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  height:auto;
  float:left;
  margin:15px 0 0 0;
  /*position:absolute;*/
  bottom:0;
  z-index:123;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  list-style:none;
  height:auto;
  width:80px;
  z-index:123;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

  #slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
  width:93px;
  height:70px;
  /*border:#999 solid 1px;*/
  object-fit: cover;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #66F;
}

#slider3-pager a {
  padding: 0;
}

  
  /*! 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;
  height:auto;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: 500px;
  float: left;
  width: 100%;
  object-fit: cover;
  }
@media only screen and (max-width: 768px) {
.rslides img {
	width:100%;
	height:300px;
  object-fit: cover;
}
#slider3-pager img {
  width:60px;
  height:40px;
}


}
