/***********scroller*************************************************************/
.Container {
  position: absolute;
  top: 0px; left: 0px;
  width: 795px;
  height: 640px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 795px;
  height: 440px;
}
#Scroller-1 p {
  margin: 0; 
  padding: 0px 0px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  text-align:justify;
}
.Scroller-Container a {
	text-decoration:underline;
	color:#9FCF5F;
}
#Scrollbar-Container {
  position: absolute;
  top: -30px; left: 736px;
}
.Scrollbar-Track {
  width: 2px; height: 240px;
  position: absolute;
  top: 36px; left: 4px;
}
.Scrollbar-Handle {
  position: absolute;
  width: 5px; height: 23px;
  cursor: pointer;
}

