.scroll-track{

/* left:  -550px;  */

height:10px;
width:15px;
background-image: url('../images/scroll_track.gif');
background-repeat: no-repeat;



}

.scroll-handle{
border: 0px;
height:40px;
width:15px;
background-image: url('../images/scroll_hand.png');
background-position: left center;
background-repeat: no-repeat;
cursor:pointer;
cursor:n-resize;
}
.scroll-handle:hover{
background-image: url('../images/scroll_hand_hover.png');
}

#scroll-track-top-20{ /* Numer oznacza KOLEJNY SCROLLER W OKNIE */
height:10px;
width:10px;
background-image: url('../images/up.png');
}

#scroll-handle-bot-20{
height:8px;
width:10px;
background-image: url('../images/bot.png');
}

#scroll-handle-top-20{
height:8px;
width:10px;
background-image: url('../images/top.png');
background-repeat: no-repeat;
}

#scroll-track-bot-20{
height:10px;
width:10px;
background-image: url('../images/down.png');
}


