/*---------------------------------------------
		scrollbar style
-----------------------------------------------*/
 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 7px;
}
.vscrollerbar {
background-image: url(../images/vscrollerbar.gif);
width: 7px;
height: 25px !important;
}

.vscrollerbar, .hscrollerbar {
padding: 9px;
z-index: 2;
}

.scrollerjogbox {
width: 7px;
height: 7px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}

