@charset "UTF-8";
/* CSS Document */
#mycustomscroll
{
height:100%;
padding-right:15px;
overflow:auto;
position:relative;
width:auto;
}
.scrollgeneric
{
font-size:1px;
left:0;
line-height:1px;
position:absolute;
top:0;
}
.vscrollerbar
{
background:#EEE url(../images/scrollbar.gif) -15px 0px repeat-y;
width:15px;
}
.vscrollerbarbeg
{
background:url(../images/scrollbar.gif) -30px -0px no-repeat;
height:8px !important;
width:15px;
}
.vscrollerbarend
{
background:url(../images/scrollbar.gif) -30px -8px no-repeat;
height:8px;
width:15px;
}
.vscrollerbase
{
background:#EEE url(../images/scrollbar.gif) 0px 0px repeat-y;
width:15px;
}
.vscrollerbasebeg
{
background: url(../images/scrollbar.gif) -45px -8px no-repeat;
width:15px;
height:8px !important;
}
.vscrollerbaseend
{
background:url(../images/scrollbar.gif)  -45px 0px no-repeat;
height:8px;
width:15px;
}
.hscrollerbase
{
background-color:#FFF;
height:16px;
}
.hscrollerbar
{
background-color:black;
height:16px;
}
.vscrollerbar,
.hscrollerbar
{
padding:10px;
z-index:2;
}