.Container {
  width: 480px;
  height: 390px;
  float: left;
  position: relative;
  top: 0px; left:15px;
}

#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  height: 390px; 
  width: 480px;
}

#Scroller-1 p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #75756d;
}

.Scroller-Container {
  position: absolute;
  /*height: 700px;*/
}

.Scrollbar-Track {
  float: right;
  height: 367px;
  width: 33px;
  position: relative;
  bottom:380px;
  left: 32px;
  background: url('../images/boeing/boeing_scroll_track.png') no-repeat;
}

.Scrollbar-Handle {
  position: relative;
  top: 0px; right:0px;
  width: 33px; height: 74px;
  background: url('../images/boeing/boeing_scroll_handle.png') no-repeat;
  cursor: pointer;
}

