.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;
  }
.rslides_tabs {
	max-width:1200px;
	padding:0 15px;
	position:absolute;
	right:0;
	bottom:64px;
	left:0;
	margin:0 auto;
	z-index:10;
	display:flex;
	flex-wrap:nowrap;
	justify-content: flex-end;
}

.rslides_tabs li {
	margin-left:11px;
}
.rslides_tabs li a {
	display:block;
	width:11px;
	height:11px;
	background:#fff;
	text-indent:-99999px;
	border-radius:50%;
}
.rslides_tabs li.rslides_here a {
	background:#01c1cc;
}
.rslides_nav  {
	position:absolute;
	top:50%;
	margin-top:-26px;
	z-index:3;
	background:url(../images/arrow_carousel_mb.png) no-repeat;
	display:block;
	width:19px;
	height:35px;
	text-indent:-9999px;
	display:none;
}
.prev {
	left:128px;
}
.next {
	right:128px;
	background-position:0 -35px;
}