/*  */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
/* środek przycisku */
.vscrollerbar {
cursor: pointer;
height: 100px !important;
width: 10px;
background-color: transparent;
background-image: url(../index_images/scroll_suwak.png);
}
/* góra przycisku */
.vscrollerbarbeg {
height: 0px !important;
width: 0px;
background: #00FF00;
}
/* dół przycisku */
.vscrollerbarend {
height: 0px !important;
width: 0px;
background: #FF0000;
}
/* Klasa tła */
.vscrollerbase {
width: 10px;
background-color: transparent;
visibility: visible;
background-image: url(../index_images/scroll_tlo.png);
background-repeat: no-repeat;
background-position: 0px;
}
/* górny przycisk */
.vscrollerbasebeg {
width: 10px;
height: 0px !important;
}
/* dolny przycisk */
.vscrollerbaseend {
height: 0px !important;
width: 10px;
}
/* tło poziomego scrola */
.hscrollerbase {
height: 15px;
background-color: transparent;
}
/* poziomy scrol */
.hscrollerbar {
cursor: pointer;
width: 10px !important;
height: 5px;
background-color: transparent;
}
.hscrollerbar:hover {
cursor: pointer;
}
/* poziomy scrol początek */
.hscrollerbarbeg {
height: 5px;
width: 0px !important;
background-color: transparent;
}
/* poziomy scrol koniec */
.hscrollerbarend {
height: 5px;
width: 0px !important;
background-color: transparent;
}
/* lewy przycisk */
.hscrollerbasebeg {
width: 0px !important;
height: 5px;
background: transparent;
}
/* prawy przycisk */
.hscrollerbaseend {
height: 5px;
width: 0px !important;
background: transparent;
}
/* padding na przyciski dół, góra, prawa, lewa */
.vscrollerbar, .hscrollerbar {
padding: 8px;
z-index: 2;
}
/* Przewijanie wspólne */
.scrollerjogbox {
width: 0px;
height: 0px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #37917A;
}

