#Container {
  position: absolute;
  top: 10px; left: 10px;
  width: 400px; height: 130px;
  overflow: hidden;
  font-size:14px;
  color:#000000;
  line-height:24px;
}
.Scroller-Container { position: absolute; background: transparent; }

#Scrollbar-Container {
  position: absolute;
  top: 10px; left: 425px;
  width: 10px; height: 130px;
}
.Scrollbar-Track {
  width: 5px; height: 130px;
  background-color:#CCCCCC;
  margin-left:2px;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 15px;
  background-color: #dd2680;
}
#sbLine {
  position: absolute;
  width: 6px;
  height: 5px;
  left: 7px;
  background-color: #B5D6E3;
  font-size: 0px;
  display:none;
}
#List {
  position: absolute;
  top: 50px; left: 380px;
}
#List a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #7ABAD3;
  display: block;
  text-decoration: none;
  padding: 3px;
}
#List a:hover {
  color: #0B6589;
}
.proflescroll{
float:left;
width:450px;
height:180px;
position:relative;

}
