/*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/top_arrow.gif);
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 63px;
  position: absolute;
  top: 10px;
  background-color: #433C49;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 17px;
  background: url(../images/block_scroll.gif);
}
.Scrollbar-Down {
  position: absolute;
  top: 73px;
  width: 10px; height: 10px;
  background: url(../images/bottom_arrow.gif);
  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 39px; left: 229px;
}

#Scrollbar-Container1 {
  position: absolute;
  top: 39px; left: 229px;
}

#News {
  line-height: 12px;
  overflow: hidden;
  position: absolute;
  width: 208px;
  height: 87px;
  display: block;
}

#Afisha {
  overflow: hidden;
  position: absolute;
  width: 240px;
  height: 100px;
  display: block;
}


