﻿.Container {
  top: 0px; 
  left: 0px;
  width: 530px;
  height: 250px;
  position: relative;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 530px;
  height: 250px;
}
#Scroller-1 p {
}
.Scroller-Container {
  position: absolute;
  width:530px;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position:relative;
  z-index:5;
  top: -29px; left: 517px;
  margin-right:0px;
  height:20px; width: 12px;
  margin-bottom:0px;
}
.Scrollbar-Down {
  cursor: pointer;
  z-index:5;
  position: relative;
  top: -24px; left: 505px;
  height:24px; width: 12px;
  margin-bottom:-19px;
}
