.Container {  width:380px; height: 300px; padding:10px; float:left; clear:left;}
#Scrollbar-Container{
float:left;
margin:10px 0 0 0;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 380px;
  height: 300px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  color:#666666;
  overflow:hidden;
  width:380px;
  line-height:20px;
  font-size:12px;
}

.Scrollbar-Track {
  width: 6px; 
  height: 300px;
  position: absolute;
  background:#E1E1E1;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  margin:0 0 0 0px;
  width: 6px;
  height: 50px;
  background:#E89ECA;
}
