.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
}
.Scrollbar-Track {
	width: 15px;
	height: 380px;
	position: absolute;
	top: 6px;
	background-color: #dbdbdb;
    left: 450px;
}
.Scrollbar-Handle {
	position: absolute;
	width: 15px;
	height: 50px;
	background-color: #7f7f7f;
	top: 0px;
	background-image:url(../img/teaser/scrollThumb.jpg);
}
#Scrollbar-Container {
  position: absolute;
  top: 50px; left: 460px;
  visibility: visible;
}

#Container {
  position: relative;
  top: 0px; 
  left: 0px;
  width: 520px;
  height: 380px;
}
#Content_ON { 
  position: absolute;
  top: 30px; 
  overflow: hidden;
  width: 520px;
  height: 312px;
  display: block;
}