.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}

/*scroll home */
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  top:10px;
  background-color: #565857;
  font-size: 0px;
	display:none;
}
.Scrollbar-Track {
  width: 10px; height: 150px;
  position: absolute;
  top: 5px;
  background-color: #787979;

}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background-color: #565857;

}
.Scrollbar-Down {
  position: absolute;
  top: 190px;
  width: 10px; height: 10px;
  background-color: #565857;
  font-size: 0px;
	display:none;
}
#Scrollbar-Container {
  position: absolute;
  top: 100px; left: 228px;

}
/*end scroll home */

#Container {
  position: absolute;
  top: 40px; left:0;
  width: 240px;
  height: 350px;
  background-color: none;
}
#News, #About, #Extra { 
  position: absolute;
  top: 0px; 
  overflow: hidden;
  width: 230px;
  height: 350px;
  display: none;
}
#News, #News {display: block;}

#Tween {
  position: absolute;
  top: 270px;
  left: 0;
  width: 150px;
}

#Tween a, #Steps a {
  padding: 5px 10px;
  display: inline;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
}
#Tween a:hover, #Steps a:hover {
  color: #777;
}