/***********scroller*************************************************************/
.Container {
  position: absolute;
  top: 88px; left: 0px;
  width: 345px;
  height: 230px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 345px;
  height: 240px;
}
#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:#2F5711;
}
#Scrollbar-Container {
  position: absolute;
  top: 60px; left: 350px;
}
.Scrollbar-Track {
  width: 2px; height: 230px;
  position: absolute;
  top: 36px; left: 4px;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 26px;
  cursor: pointer;
}
