.Container {
  position: relative;
  top: 100px; left: 7px;
  width: 500px;
  height: 340px;
  float: left;
  clear: both;
  background-color: #fef5de;
}

#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 500px;
  height: 350px; /* 200px */
  position: relative;
  bottom: 10px;

}

#Scroller-1 p {

  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #fef5de;
}

.Scroller-Container {
  float:left;

  margin: 0px;
  padding: 0px;

  position: absolute;
  top: 0px; left: 0px;

}

.Scrollbar-Track {
   height: 167px;
   width: 15px;
  position: relative;
  bottom:300px;
  left: 540px;
  background: url('../images/scroll_bg.gif') no-repeat;
}

.Scrollbar-Handle {
  position: relative;
  top: 10px; right: 0px;
  width: 15px; height: 6px;
  background: url('../images/slider_pulldown.gif') no-repeat;
  cursor: pointer;
  cursor:hand;
}