#Container {
	position: absolute;
  top: 20px;
  left: 20px;
  width: 600px;
  height: 300px;
  overflow: hidden;
}
    
.Scroller-Container {
	position: absolute;
  background: transparent;
}
    
#Scrollbar-Container {
	position: absolute;
  top: 20px;
  left: 590px;
  width: 10px;
  height: 300px;
  border: solid 1px #cccccc;
}

.Scrollbar-Track {
	width: 10px;
  height: 300px;
}

.Scrollbar-Handle {
	position: absolute;
  width: 10px;
  height: 50px;
  background-color: #cccccc;
}

#sbLine {
	position: absolute;
  width: 6px;
  height: 5px;
  left: 7px;
  background-color: #595858;
	font-size: 0px;
}



