.Scroller-holder {
  position: absolute;
  top: 0px; left: 0px;
  font-size: 11px;
  
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background-color: #000; /* #999 */
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 180px;
  position: absolute;
  top: 20px;
  background-color: #000;  /* #EEE */
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background-color: #000;  /* #999 */
}
.Scrollbar-Down {
  position: absolute;
  top: 210px;
  width: 10px; height: 10px;
  background-color: #000;  /* #999 */
  font-size: 0px;
}
#Scrollbar-holder {
  position: absolute;
  top: 40px; 
  left: 344px;
}

#outerholder {
  position: absolute;
  top: 32px; left: 0px;
  width: 400px;
  height: 250px;
}
#News, #Events, #Employment { 
  position: absolute;
  top: 0px; 
  left: 20px;
  overflow: hidden;
  width: 320px;
  height: 350px;
  display: none;


}
#News {display: block;}

#Navigation {
  position: absolute;

  top: -1px;
  left: 19px;

}
#Navigation a {
  margin: 5px 2px 0 0;
  padding: 0 9px;
  height: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #888;
  text-decoration: none;
  display: block;
  float: left;
  }
#Navigation a:hover {
  margin: 5px 2px 0 0;
  padding: 0 9px;
  height: 20px;
  color: #fff;
}
#Navigation a.current {
  margin: 5px 2px 0 0;
  padding: 0 9px;
  height: 20px;
  color: #fff;
}
#Tween {
  position: absolute;
  top: 50px;
  left: 490px;
  width: 100px;
}
#Steps {
  position: absolute;
  top: 275px;
  left: 50px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
}
#Tween a, #Steps a {
  padding: 5px 10px;
  display: block;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
}
#Tween a:hover, #Steps a:hover {
  color: #777;
}