.Container {
	position: absolute;
	top: 93px;
	left: 16px;
	width: 303px;
	height: 200px;
	background: transparent;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 304px;
	height: 200px;
	left: -2px;
	top: 1px;
}

.Scroller-Container {
	position: absolute;
	top: -2px;
	left: 1px;
	width: 302px;
}
#Scrollbar-Container {
  position: absolute;
  top: 40px; left: 60px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	left: 271px;
	top: 55px;
}
.Scrollbar-Track {
	width: 20px;
	height: 161px;
	position: absolute;
	top: 79px;
	left: 269px;
	background: transparent url(images/scrollbar_track.gif) no-repeat center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 23px; height: 80px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 248px;
	left: 272px;
}
