.Container {
  position: absolute;
  top: 250px; left: expression((document.body.clientWidth-900)/2)px;
  width: 445px;
  height: 460px;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 445px;
	height: 440px;
	line-height:22px;
	padding:10px 0px 10px 0;
	left: 456px;
	top: -1px;
}
.Scroller-Container {
	position: absolute;
	top: 0px;
	right: 2px;
	padding-top:7px;
}
#Scrollbar-Container {
  position: absolute;
  top: 200px; right: expression((document.body.clientWidth-800)/2)px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	left: 904px;
	top: 54px;
}
.Scrollbar-Track {
	width: 9px;
	height: 424px;
	position: absolute;
	top: 60px;
	left: 904px;
	background: transparent url(../images/scrollbar_track.gif) repeat-y center center;
}
.Scrollbar-Handle {
	position: absolute;
	width: 9px;
	height: 172px;
	left: 0px;
	top: 53px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 485px;
	left: 904px;
}
