/*Scroll*/

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

#Scrollbar-Container_group .Scrollbar-Up {
  position: absolute;
  width: 10px; height: 12px;
  background: url(../images/scroll2/top.gif);
  font-size: 0px;
}
#Scrollbar-Container_group .Scrollbar-Track {
  width: 10px; height: 177px;
  position: absolute;
  top: 10px;
  background: url(../images/scroll2/scroll_back.gif);
}
#Scrollbar-Container_group .Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 32px;
  background: url(../images/scroll2/scroll.gif);
}
#Scrollbar-Container_group .Scrollbar-Down {
  position: absolute;
  top: 189px;
  width: 10px; height: 10px;
  background: url(../images/scroll2/bottom.gif);
  font-size: 0px;
}
#Scrollbar-Container_group {
  position: absolute;
  top: 5px; left: 559px;
}

#group {
  overflow: hidden;
  position: relative;
  width: 267px;
  height: 176px;
  display: block;
}


