/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

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

.vscrollerbase {
width: 21px;
/*visibility: visible !important;*/
background-image: url(/images/dg/scroll_bg.jpg);
}

.vscrollerbar {
width: 21px;
background-image: url(/images/dg/scroll.jpg);

height: 232px !important;
}

.hscrollerbase {
width: 232px;
height: 23px;
/*visibility: visible !important;*/
background-image: url(/images/dg/scroll_bgh.jpg);
}

.hscrollerbar {
height: 23px;
background-image: url(/images/dg/scrollh.jpg);
width: 232px !important;
}


.scrollerjogbox {
width: 21px;
height: 888px;
background-image: url(/images/dg/scroll_bg.jpg);
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
