@charset "utf-8";
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 190px;
height: 130px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
margin: 0 5px;
padding: 0;
}

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 10px;
background: url(/imgs/top/scrollbar.gif) 0px 0px repeat-y;
}
.vscrollerbar {
width: 10px;
background: url(/imgs/top/scrollbar.gif) -10px 0px repeat-y;
}

.vscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(/imgs/top/scrollbar.gif) -30px -20px no-repeat;
width: 10px;
height: 10px !important;
}
.vscrollerbarend {
background: url(/imgs/top/scrollbar.gif) -30px 0px no-repeat;
width: 10px;
height: 10px;
}

.vscrollerbasebeg {
background: url(/imgs/top/scrollbar.gif) -20px -20px no-repeat;
width: 10px;
height: 10px !important;
}
.vscrollerbaseend {
background: url(/imgs/top/scrollbar.gif) -40px -20px no-repeat;
height: 10px;
width: 10px;
}

.scrollerjogbox:hover {
background: url(/imgs/top/scrollbar.gif) -30px -10px;
}
/* Scroll Bar Master Styling Ends Here */
