.Container {
  position: absolute;
  top: 0px; left:0px;
  width: 260px;
  height: 300px;
  
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 260px;
  height:300px; background-color:#066;
  padding-bottom:0;
  margin-bottom:0;
}
/*#Scroller-1 { display:block;}*/
/*#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #6F6048;
}*/

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;padding-left:20px; height:650px;
}
/*.Scroller-Container {
  position: relative;
  top: 0px; left: 0px; bottom:-10px; padding-left:20px; height:650px; float:left; display:inline; overflow:hidden; border:1px solid #FF0000; clear:both; margin-bottom:0px;
}*/
#Scrollbar-Container {
  position: absolute;
  top: 0px; left: 260px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 15px; height: 267px;
  position: absolute;
  top: 15px; left: 0px;
  background:#f5f5f5;
}
.Scrollbar-Handle {
  position: absolute;
  width: 15px; height: 15px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 285px;
}