#Scroller {
	position: absolute;
	float: left;
	overflow: hidden;
	width: 410px;
	height: 400px;
}
#Scrollbar-Container {
  position: absolute;
  top: 0px;
  left: 0px;
}
.Scroller-Container {
	position: absolute;
	background: transparent;
	top: 0px;
	left: 0px;
}
.Scrollbar-Track {
	position: absolute;
	width: 13px;
	height: 400px;
	top: 0px;
	left: 422px;
	background-color: #FFFFFF;
}
.Scrollbar-Handle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 13px;
	height: 60px;
	background-color: #666;
}