.Container {
  position: absolute;
  top: 90px; left: 5px;
  width: 570px;
  height: 400px;
/*  background-color: #EEE;*/

}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 530px;
  height: 400px;
}
#Scroller-1 p {
  margin: 0; padding: 0px 0px;
  font-family:"微软雅黑" ;
  font-size: 12px;
  text-indent: 0px;
  color: #777;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Track {
margin-left:5px;
  width: 4px; height: 400px;
  position: absolute;
  top: 90px; left: 550px;
  background-color: #cacaca;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 4px; height: 30px;
  background-color: #13b5b1;
}