/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 10px;
font-size: 10px;
position: absolute;
top: 0; left: 0;
}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 540px;
height: 400px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: inherit;
margin: 0;
padding: 0px 15px 0px 15px;
}
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 540px;
height: 400px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: inherit;
margin: 0;
padding: 0px 15px 0px 15px;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
height: 80px;
background-color:#621A4A;
}
.hscrollerbase {
height: 0px;
background-color: white;
}
.hscrollerbar {
height: 0px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 0px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: white;
}
