/* @group SC.SliderView */

.sc-slider-view {

      height: 21px;
      .sc-inner {
      position: absolute;
      left: 8px;
      right: 8px;
      height: 5px;
      top: 6px;
      background: gray;
  border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
  .sc-leftcap{
    display: none;
  }
  .sc-righcap {
    display: none;
  }
}
.sc-handle {
      height: 12px;
      width: 12px;
      margin-left: -9px;
      top: -4px;
      position: absolute;
      background: black;
      border-radius: 6px;
  -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
}

}