/*scroll*/
.Container {
  position: absolute;
  width: 340px;
  height: 270px;
  line-height:150%;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 340px;
  height: 270px;
}
#Scroller-1 p {
  margin: 0; 
  font-size: 12px;

 
}
.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 3px;
	line-height:23px;
  
}
.Scrollbar-Track {
  width: 7px; height: 260px;
  position: absolute;
  top: 20px; left: 350px;
  background:url(images/scrollbg.png);
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 7px; height: 24px;
  background:#FFCC00;
}
/*end scroll*/
