#Scrollbar-Up {
  position: absolute;
  width: 20px; height: 20px;
  background-color: #000;
  font-size: 0px;left: 5px;top: 0px;
background-image: url(img/leftArrow_off.gif);background-repeat: no-repeat;cursor: pointer;}

.Scrollbar-Track {
  width: 714px; height: 14px;
  position: absolute;
  top: 3px;
  left: 43px;
  background-color: #111;
}
.Scrollbar-Handle {
  position: absolute;
  width: 59px; height: 14px;
  background-color: #000;background-image: url(img/scrollHandle.gif);background-repeat: no-repeat;cursor: w-resize;}

#Scrollbar-Down {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 20px; height: 20px;
  background-color: #000;
  font-size: 0px;
  background-image: url(img/rightArrow_off.gif);background-repeat: no-repeat;cursor: pointer;}


#Scrollbar-Container {
  position: absolute;
  top: 600px; left: 0px;
  width: 800px;
  height: 20px;/*display: none;*/background-color: #000;}

#measureScroll
{position: absolute;top: 10px;right: 50px;color: #fff;}