@charset "utf-8";
/* CSS Document */

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

.vscrollerbase {
width: 5px;
background: #CCCCCC;
left:-10px;
margin-left:-10px;
}
.vscrollerbar {
width: 5px;
background: #333333;
}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 3px;
height: 20px;
top: auto; left: auto;
background: #ffffff;
}