﻿.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
}
.vscrollerbase, .vscrollerbar {
width: 10px;
top: 0px;
}
.vscrollerbar {
left: 0px;
}
.hscrollerbase, .hscrollerbar {
height: 0px;
left: 0px;
}
.hscrollerbar {
top: 0px;
}
.hscrollerbar {
top: 20px !important;
}
.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
z-index: 2;
}
.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: #005360;
width: 10px;
height: auto;
top: 0px;
}
.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: #005360;
width: 10px;
height: 10px;
}
.hscrollerbarbeg {
background: #005360;
height: 5px;
width: auto;
left: 0;
}
.hscrollerbarend {
background: #005360;
height: 5px;
width: 5px;
}
/* Following are OPTIONAL */
.vscrollerbase, .hscrollerbase {
background-image: url(../billeder/scroller-bg.gif);
}

