.slido2, #pager2 {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}

.slido2 li, #pager2 li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.slido2 {
  position: relative;
  overflow: hidden;
  height: inherit;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slido2 li {
  position: relative;
  left: 0;
  margin: 0 0px;
}

.controls2 {
  cursor: pointer;
  z-index: 100;
  top: 86.8%;
  position: absolute;
  width: 18px;
  height: 22px;
}

#leftControl2 {
  left: 11px;
	background: url("/Theme/Air/assets/slido2/img/left.png") no-repeat 0 0;

}
#rightControl2 {
  right: 11px;
  background: url("/Theme/Air/assets/slido2/img/right.png") no-repeat 0 0;
}
#pager2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20%;
  box-sizing: border-box;
}
#pager2 li {
  width: 10px;
  height: 10px;
  background-color: #817878;
  border-radius: 10px;
  border: 2px solid #FFF8F3;
  cursor: pointer;
}
#pager2 li.active {
  background-color: white;
  border: 2px solid black;
}

/*# sourceMappingURL=slido.css.map */