/* Track */
$theme.sc-touch-scroller-view.sc-vertical {
  .track {
    background: none;
    display: none;
  }
  
  .cap, .endcap {
    background: none;
    display: none;
  }
  
  .button-top {
    background: none;
    display: none;
  }
  
  .button-bottom {
    background: none;
    display: none;
  }
  
  .button-top:active {
    background: none;
    display: none;
  }

  .button-bottom:active {
    background: none;
    display: none;
  }
  
  .thumb {
    position: absolute;
    opacity: 0.5;
    -webkit-transform: translateZ(0px);
    width: 16px;
    height: 1044px;
    overflow: hidden;
  }
  
  .thumb-top {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    position: absolute;
    width: 5px;
    top: 0px;
    left: 5px;
    height: 10px;
    background: black;
  }
  
  .thumb-clip {
    position: absolute;
    overflow:hidden;
    height: 1034px;
    width: 5px;
    top: 10px;
    left: 5px;
  }
  
  .thumb-inner {
    -webkit-transform: translate3d(0px,0px,0px);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5px;
    height: 1034px;
  }
  
  .thumb-center {
    position: absolute;
    width: 5px;
    left: 0px;
    top: 0px;
    height: 1024px;
    background: black;
  }
  
  .thumb-bottom {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    position: absolute;
    width: 5px;
    top: 1024px;
    left: 0px;
    height: 10px;
    background: black;
  }
}


