﻿.Container {
  top: 0px; left: 0px;
  width: 368px;
  height: 430px;
  
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 368px;
  height: 430px;
}
#Scroller-1 p {
}
.Scroller-Container {
  position: absolute;
  width:368px;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  z-index:5;
  height:23px; width: 29px;
  margin-bottom:0px;
}
.Scrollbar-Down {
  cursor: pointer;
  z-index:5;
  height:23px; width: 29px;
}
