/*Scroll*/

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

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

.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background: url(../images/button_top.gif);
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 124px;
  position: absolute;
  top: 10px;
  background-color: #433C49;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background: url(../images/scroll.gif);
}
.Scrollbar-Down {
  position: absolute;
  top: 134px;
  width: 10px; height: 10px;
  background: url(../images/button_botton.gif);
  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 35px; left: 295px;
}

#Scrollbar-Container1 {
  position: absolute;
  top: 35px; left: 284px;
}

#News {
  overflow: hidden;
  position: absolute;
  width: 265px;
  height: 136px;
  display: block;
}

#Afisha {
  overflow: hidden;
  position: absolute;
  width: 267px;
  height: 136px;
  display: block;
}


