/* 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: 10px;
background-color : #101010;
border-left      : 1px solid #151515;
border-right     : 1px solid #151515;
background-image: url(../images/bg1.jpg); 
}
.vscrollerbar {
width: 8px;
background-color: #404040;
border-bottom     : 1px solid #151515;
border-right      : 1px solid #151515;
border-left       : 1px solid #888888;
border-top        : 1px solid #888888;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #151515;
}