.rslides {
  margin: 0 auto;
  height: 340px;
}

.rslides_tabs {
  list-style: none;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 9996;
  background: rgba(0, 0, 0, 0.6);
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs a {
  background: url("0123.png") no-repeat;
  background-position: 0px 0px;
  width: 12px;
  height: 12px;
  font-size: 0px;

  padding: 6px 10px;

  display: inline;
}

.rslides_tabs .rslides_here a {
  background: url("0123.png") no-repeat;
  background-position: 0px 0px;
  width: 12px;
  height: 12px;
  color: #fff;
  font-weight: bold;
}

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

#slider3-pager img {
  float: left;
}

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

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .callbacks_nav {
    top: 47%;
  }
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin-top: -2px;
}

.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;
}

p.caption {
  background: black;
  position: absolute;
  bottom: 30px;
  margin-left: 30px;
  padding: 15px;
  opacity: 0.7;
  color: #fff;
}
.rslides_tabs a {
  background: url("0123.png") no-repeat;
  background-position: 0px 0px;
  width: 12px;
  height: 12px;
  font-size: 0px;

  padding: 6px 10px;

  display: inline;
}
