.slido, #pager {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}

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

.controls {
  cursor: pointer;
  z-index: 100;
  top: 44%;
  position: absolute;
  width: 21px;
  height: 35px;
}

#leftControl {
  left: 20px;
	background: url("/Theme/Air/assets/slido/img/03_strelka2.png") no-repeat 0 0;

}
#rightControl {
  right: 20px;
  background: url("/Theme/Air/assets/slido/img/03_strelka1.png") no-repeat 0 0;
}
#pager {
  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;
}
#pager li {
  width: 10px;
  height: 10px;
  background-color: #817878;
  border-radius: 10px;
  border: 2px solid #FFF8F3;
  cursor: pointer;
}
#pager li.active {
  background-color: white;
  border: 2px solid black;
}

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