/* Scroll Bar Master Styling Starts Here */
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 12px;
top: 0px;
}

.vscrollerbar {
left: 0;
z-index: 2;
padding: 9px 10px 14px 10px;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/scroller.gif) 0 0;
width: 12px;
height: 11px;
top:5px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/scroller.gif) 0 0;
width: 12px;
height: 11px;
}


/* Following are OPTIONAL */

.vscrollerbase{
width: 12px;
height:90%;
background: url(../images/scroll_bg.gif) 0 0 repeat-y;
}

.vscrollerbasebeg {
top: 0px;
bottom: 0px;
width: 12px;
background: url(../images/scrollends.gif) 0px -14px no-repeat;
}

.vscrollerbaseend {
height: 14px;
width: 12px;
background: url(../images/scrollends.gif) 0px 0px no-repeat;
}

.scrollerjogbox {
width: 12px;
height: 11px;
top:auto;
left:auto;
bottom: 0px;
right: 0px;
background: white url(../images/scroller.gif) 50% 50%;
}


/* Scroll Bar Master Styling Ends Here */