.yandex-mobile-services-slider{

}

.yandex-mobile-services-slider .slides{
  margin-left: 15px;
  width: 123px;
  height: 100px;
  background-image: url('img/kit-sprite.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
  border-right: 10px solid black;
}

.yandex-mobile-services-slider .scrollbar{
  position: relative;
  margin-top: 10px;
  width: 326px;
  height: 40px;
}

.yandex-mobile-services-slider .scrollbar:before{
  content: '';
  display: block;
  position: absolute;
  left: 11px;
  right: 11px;
  top: 12px;
  background: url('img/bg.gif') repeat-x;
  height: 3px;
}

.yandex-mobile-services-slider .scrollbar .handle{
  position: absolute;
  width: 23px;
  height: 40px;
  display: inline-block;
  background: url('img/handle.png') no-repeat;
}