
.scroll-bar,
.scroll-bar div{
  display: block;
  position: absolute;
  float: none;
  width: 8px;
  background: #D8D8D8;
  border-radius: 4px;
}
.scroll-bar{
  top: 4px;
  bottom: 4px;
  right: 0px;
  
}
.scroll-bar div{
  background: #ffffff;
  height: 28px;
  border-radius: 3px;
  width: 6px;
	left:1px;
	margin-top: 1px;
	
}
.scroll-bar div:after{
  content: '';
  display: block;
  position: absolute;
  float: none;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}