.Container {
  position: relative;
  top: 100px; left: 7px;
  width: 460px;
  height: 350px;
  float: left;
}

#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: 12px;
  color: #75756d;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}

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

.Scrollbar-Handle {
  position: relative;
  top: 10px; right: 0px;
  width: 14px; height: 27px;
  background: url('../images/ak_slider_pulldown.png') no-repeat;
  cursor: pointer;
  cursor:hand;
}