
.Container {
  position: absolute;
  top: 0px; left: 0px;
  width: 650px;
  height: 500px;
  background-color: transparent;
}

#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 650px;
  height: 500px;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  width: 650px;
  height:2030px;	
}
.Scrollbar-Track {
  width: 24px; height: 267px;
  position: absolute;
  top: 240px; left: 665px;
  background: url('/global/images/scroll_bg.png') #fff ;
}
.Scrollbar-Handle {
  position: absolute;
  top: 2px; right: 0px;
  width: 24px; height: 63px;
  background: url('/global/images/scroller_bar.png') no-repeat;
  cursor: pointer;
  cursor:hand;
}