#Scroller-1 { 
  position: relative; 
  overflow: hidden;
  width: 400px;
  height: 310px;
  float: left;
}

.Scroller-Container {
  position: relative;
  width: 400px;
  height: auto;
  top: 0px; 
  left: 0px;
  margin: 0px;
  padding: 0xp;
}

/* SCROLLBAR - LISTA */
.Scrollbar-Up {
  width: 30px; 
  height: 30px;
  margin-left: -13px;
  background: url(../images/sipka_up.gif);
  font-size: 0px;
}

.Scrollbar-Down {
  width: 30px; 
  height: 30px;
  margin-left: -13px;
  background: url(../images/sipka_down.gif);

  font-size: 0px;
}

.Scrollbar-Track {
  width: 4px; 
  height: 50px;
  position: relative; 
  background-color: #EEE;
}
.Scrollbar-Handle {
  position: relative;
  width: 8px;
  margin-left: -2px; 
  height: 15px;
  top: 0px; 
  left: 0px;
  background: #FFA55B
}

#Scrollbar-Container {
  position: relative;
  width: 10px;
  margin: 0px;
  padding: 0px;
  height: 110px;
  z-index: 110;
  float: left;
  left: 90px;
  top: 15px;
  background: url(../images/top_arro w.gif);
}