/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 10px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 31px;
background:url(/Images/scroller-arrow.gif) no-repeat top;
}
.vscrollerbar {
width: 31px;
height: 28px;

background:url(/Images/scrollbar-cart.gif);
background-repeat: no-repeat;
padding-top:105px;

}

.scrollerjogbox {
width: 0px;
height: 0px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.scrollerTop{height:19px; width:380px;margin:auto; background: url(/Images/scrollbar-top.gif) no-repeat right;}
.scrollerBtm{height:21px; width:380px;margin:auto; background: url(/Images/scrollbar-bottom.gif) no-repeat right;}