
/*scroll*/
.Container {
  position: absolute;
  width: 431px;
  height: 306px;
  top:10px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 431px;
  height: 306px;
}
#Scroller-1 p {
  margin: 0; 
  font-size: 12px;
  text-indent: 20px;
 
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  line-height:23px;
  padding:1px 0 0 1px; 
}
.Scrollbar-Track {
  width: 6px; height: 306px;
  position: absolute;
  top: 10px; left: 445px;
  background:url(../images/scr-bg.jpg) repeat-y center;
   
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 4px; height: 23px;
  background:url(../images/scroll.jpg);
  cursor:pointer;
}
/*end scroll*/

