.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; 
left: 0;
}
.vscrollerbase {
width: 12px;
background-image: url(../img/design/scrollbar-bg.png);
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.vscrollerbar {
width: 12px;
margin-top: 12px;
padding-bottom: 24px;
background-image: url(../img/design/scrollbar.png);
background-repeat: repeat-y;
background-position: center;
cursor: pointer;
}
.scrollerjogbox {
width: 12px;
height: 12px;
top: auto; 
left: auto;
bottom: 0px; 
right: 0px;
background-color: gray;
}
.flexcroll {
height: 341px;
}
