/* Scroll Bar Master Styling Starts Here */

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

.vscrollerbase {
width: 15px;
background-color: #818181;
}
.vscrollerbar {
width: 15px;
background: url(../images/bar.jpg) repeat-y;
background-color: black;
}
.hscrollerbase {
height: 7px;
background-color: white;
}
.hscrollerbar {
height: 7px;
background-color: black;
}
.vscrollerbar, .hscrollerbar {padding: 10px;z-index: 2;}
.scrollerjogbox {
width: 10px;
height: 7px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.vscrollerbasebeg {background: url(../images/scroll_top.jpg) no-repeat; width: 15px;height: 7px !important;}
.vscrollerbaseend {background: url(../images/scroll_bottom.jpg) no-repeat; height: 7px;width: 15px;}



#mycustomscroll {
    /* Typical fixed height and fixed width example */
    width: 240px;
    height: 200px;
    overflow: hidden;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    margin: 0;
    padding: 0px;
}

