.vplayer.skin_bluescrubtop{
  .controls{
    top:0;
    height: 40px;
    .videoPlayer-controls--background, .playcontrols, .timetext, .volumecontrols, .fscreencontrols{
      display:none;
    }
  }
  .scrubbar{
    top:0;
    left:0;
    width: 100%;
    height:40px;
    .scrubBox{
      display: none;
    }
    .scrub-bg, .scrub-buffer{
      background: transparent;
      bottom:auto;
      top:0;
      height: 100%;
    }
    .scrub{
      background: #59c8ef;
      opacity:0.3;
      height:100%;
    }
  }
}