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

#scroll {
	width: 320px;
    height: 450px;
    overflow: auto;
    position: relative;
    color: #000000;
}

*html #scroll {
	width: 330px;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background: black url("/img/scroll_back.gif") no-repeat bottom left;
border: 1px solid #666666;

}
.vscrollerbar {
width: 10px;
/*background: url('/img/scroll.gif') no-repeat top left;*/
background-color: #780F00;
}
.hscrollerbase {
height: 10px;
background-color: black;
border: 1px solid #666666;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}