﻿.Container {
  position: absolute;
  top: 180px;
  left: 190px;
  width: 428px;
  height: 153px;
}

.Container-2 {
  position: absolute;
  top: 180px;
  left: 440px;
  width: 356px;
  height: 153px;
}

#Scroller-1{ 
  position: absolute; 
  overflow: hidden;
  width: 428px;
  height: 153px;
}

#Scroller-2 { 
  position: absolute; 
  overflow: hidden;
  width: 356px;
  height: 153px;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}

#Scrollbar-Container,
#Scrollbar-Container-2 {
  position: absolute;
  top: 0;
  left: 0;
}

.Scrollbar-Up {display: none;}

.Scrollbar-Track {
  width: 13px;
  height: 163px;
  position: absolute;
  top: 180px;
  left: 155px;
  background: transparent url(images/scrollbar-track-john.jpg) no-repeat 0 0;
}

.Scrollbar-Handle {
  position: absolute;
  width: 7px;
  height: 63px;
  top: 20px;
  left: 5px;
}

#Scrollbar-Container-2 .Scrollbar-Track {
  width: 13px;
  height: 163px;
  position: absolute;
  top: 180px;
  left: 815px;
  background: transparent url(images/scrollbar-track-bob.jpg) no-repeat 0 0;
}

#Scrollbar-Container-2 .Scrollbar-Handle {
  position: absolute;
  width: 7px;
  height: 63px;
  top: 20px;
  left: 3px;
}

#Scrollbar-Container-3 .Scrollbar-Track {
  width: 13px;
  height: 163px;
  position: absolute;
  top: 180px;
  left: 815px;
  background: transparent url(images/scrollbar-track.png) no-repeat 0 0;
}

#Scrollbar-Container-3 .Scrollbar-Handle {
  position: absolute;
  width: 7px;
  height: 63px;
  top: 20px;
  left: 3px;
}

.Scrollbar-Down {display: none;}