/*scroll*/
.Container {
  position: absolute;
  width: 370px;
  height: 360px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 370px;
  height: 360px;
}

.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 3px;
	line-height:23px;
  
}
.Scrollbar-Track {
  width: 7px; height: 361px;
  position: absolute;
  top: 150px; left: 510px;
  background:url(images/scrollbg.png);
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 7px; height: 24px;
  background:url(images/scroll1.jpg);
}
/*end scroll*/
