/* CSS Document */
.Container {
  position: absolute;
  top: 63px;
  left: 361px;
  width: 530px;
  height: 350px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 500px;
  height: 340px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; 
  left: 0px;
  width:480px;/*BREITE CONTENT*/
  min-height:350px;
}
#Scrollbar-Container {
  position: absolute;
  top: 60px; 
  left: 870px;
  height:350px;
  z-index:1;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 20px; 
  height: 300px;
  position: absolute;
  top: 25px; 
  left: -5px;
  background-image:url(../pics_scroller/scrollbar_track.png);
  background-repeat:repeat-y;
}
.Scrollbar-Handle {
  position: absolute;
  width: 30px;
  height: 25px;
  cursor: pointer;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 330px;
}