/* CSS Document */
.Container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 500px;
  height: 300px;
  font-size:12px;
  line-height:150%;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 500px;
  height: 300px;
}
.Scroller-Container {
	position: absolute;
	top: 1px;
	left:1px;
	width: 499px;
}
#Scrollbar-Container {
	position: relative;
	left: 510px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 20px; 
  height:300px;
  position: absolute;
  background: transparent url(../images/scrollbar_track.gif) repeat-y center top;
}
.Scrollbar-Handle {
position: absolute;
  width: 7px; 
  height: 44px;
  padding-left:6px;
  cursor:hand;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;

}
