
/*scroll*/
.Container {
  position: absolute;
  width: 241px;
  height: 261px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 241px;
  height: 261px;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  line-height:23px;
  
}
.Scrollbar-Track {
  width: 7px; height: 261px;
  position: absolute;
  top: 100px; left: 250px;
  background:url(../images/scrollbg.png);
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 7px; height: 24px;
  background:url(../images/scroll1.jpg);
}
/*end scroll*/

