/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
#mycustomscroll {overflow:hidden;}/*to get rid of the brief initial display of the browser's default scrollbar before custom one loads.*/
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
/*below is the vertical strip that the scroll bar scrolls in*/
.vscrollerbase {
width: 10px;
background-color: #FFF0DB;

}
.vscrollerbar {
width: 10px;
/*background-color: #EDB586;*/
background-image:url(/newimages/bottommenu/scrollbar.jpg);
background-repeat:repeat-y;
}
.hscrollerbase {
height: 10px;
background-color:#F9DCB5;
}
.hscrollerbar {
height: 10px;
background-color:#F9DCB5;/*#B2B2B2     #EDB586*/
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color:#F9DCB5;/*gray*/
/*background-repeat:repeat-y;*/
}