.Container 
{
  position: absolute;
  top: 0px;
  height: 400px;
}

#Scroller-1 
{ 
  position: absolute; 
  overflow: hidden;
  height: 400px;
}

.Scroller-Container 
{
  FONT-WEIGHT: normal;
  FONT-SIZE: 10px;
  COLOR: #000000;
  LINE-HEIGHT: 15px;
  FONT-FAMILY: Verdana;
  TEXT-DECORATION: none;
  VERTICAL-ALIGN:top;
  position: absolute;
  top: 0px; left: 0px;
}

#Scrollbar-Container 
{
  position: absolute;
  top: 50px;
}

.Scrollbar-Up 
{
  top: 0px;
  left: 257px;
  cursor: pointer;
  position: absolute;
}

.Scrollbar-Track 
{
  width: 11px;
  height: 355px;
  position: absolute;
  top: 25px;
  left: 258px;
  background-repeat:no-repeat;
  cursor:pointer;
}

.Scrollbar-Handle 
{
  position: absolute;
  width: 11px; height: 5px;
}

.Scrollbar-Down 
{
  cursor: pointer;
  position: absolute;
  top: 390px;
  left: 257px;
}
