/* CSS Document */
.Container {
  position: relative;
/*  top: 50px; left: 100px;
*/  width: 550px;
  height: 360px;
/*  background: #FFF url(img/container_background.gif) no-repeat;
*/}
#Scroller-1 { 
  position: relative; 
  overflow: hidden;
  width: 550px;
  height: 360px;
}
/*#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #6F6048;
}*/
.Scroller-Container {
  position: relative;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: relative;
/*  top: 40px; left: 60px;
*/}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  padding-left:10px;
}
.Scrollbar-Track {
  width: 20px; height: 330px;
  position:relative;
  top: 15px; left: 8px;
  background: transparent url(../img/scrollbar_track.gif) center center;
  background-repeat:repeat-y;
}
.Scrollbar-Handle {
  position: absolute;
  padding-left:3px;
 /* width: 20px; height: 22px;*/
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 345px;
  padding-left:10px;
}
