.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

/**
 * tlo w scrollu
 */
.hscrollerbase {
height: 31px;
background: url(scroll_line.gif) repeat-x 0 0;
}


/**
 * Uchwyt na scrollu
 */
.hscrollerbar {
margin: -1px 0  0;
height: 31px;
width: 19px;
background: url(scroll_handler.gif) no-repeat 50% 0;
}

.hscrollerbar {
padding: 1px;
z-index: 2;
}

/**
 * Arrow left
 */
.hscrollerbasebeg {
background: #000 url(scroll_ar_left.gif) no-repeat 0 0;
height: 31px;
width: 12px !important;
}

/**
 * Arrow right
 */
.hscrollerbaseend {
height: 31px;
width: 12px;
background: #000 url(scroll_ar_right.gif) no-repeat 0 0;
}
