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

  }

#slider1, 2, 3, 4, 5, 6, 7, 8, 9, 10 {
  margin: 0 auto;
  height: auto;

  }

.rslides_tabs {
  list-style: none;
  max-width: 1600px;
  padding: 0;
  text-align: left;
  width: 100%;
  overflow-wrap: break-word;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  }

.rslides_tabs a {
  width: auto;
  line-height: 10px;
  padding: 0px 10px;
  height: auto;
  display: inline;
  font-family: Helvetica, Arial, sans-serif;
	color:#000;
	font-weight: bold;
  line-height: .1;
	font-size: 1vw;
  overflow-wrap: break-word;
  }

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

.rslides ul li {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  font-size: .5vw;
  }

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

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  margin: 0;

  }