.rslides {
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }
.slider {
    top: 171px;
    position: relative;
    width: 862px;
    height: 367px;
}
.rslides_tabs {
  font-size: 18px;
  list-style: none;
  margin: 0 auto 0px;
  min-width: 120px;
  max-width: 200px;
  padding: 4px 0 8px;
  text-align: center;
  width: 100%;
  background: #d71920;
  position: relative;
  bottom: 33px;
  z-index: 999;
  }

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

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 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,.3);
  color: #fff;
  font-weight: bold;
  }




#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: #cbcaca;
  /* box-shadow: 0 0 0 2px #666; */
}

#slider3-pager a {
  padding: 0;
  width: 10px;
  height: 10px;
  background: #fff;
}
.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;
  }
  
  
  .caption {
    position: absolute;
    font-size: 21px;
    font-weight: 500;
    width: 510px;
    left: 22px;
    top: 40px;
}