#mycustomscroll {
margin: 9px;
width: 386px; /* + 2x margin = width */
height: 396px; /* + 2x margin = height */
overflow:auto;
/* IE overflow fix, position must be relative or absolute */
/* position: relative;
margin: 0.1em auto; */
padding-right: 10px;
}

#mycustomscroll_gb {
margin: 9px;
width: 396px; /* + 2x margin = iframewidth */
height: 396px; /* + 2x margin = iframeheight */
overflow:auto;
/* IE overflow fix, position must be relative or absolute */
/* position: relative;
margin: 0.1em auto; */
padding-right: 0px;
}

/* 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: 7px;
background-color: #1D2122;
}
.vscrollerbar {
width: 7px;
background-color: #ffffe0;
}
.hscrollerbase {
height: 7px;
background-color: #ffffe0;
}
.hscrollerbar {
height: 7px;
background-color: #ffffe0;
}

.scrollerjogbox {
width: 7px;
height: 7px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}