/* 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: 17px;
background: #DDDDDD ;
}
.vscrollerbar {
width: 17px;
background: url(images/s-m.gif)  repeat-y;
background-position: left top;
}
.vscrollerbar, .hscrollerbar {
padding-top: 17px;
padding-bottom: 17px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(images/s-o.gif) no-repeat;
width: 17px;
height: 17px !important;
}
.vscrollerbarend {
background: url(images/s-u.gif)  no-repeat;
width: 17px;
height: 17px;
}
.vscrollerbasebeg {
background: url(images/ss-o.gif)  no-repeat;
width: 17px;
height: 17px !important;
}
.vscrollerbaseend {
background: url(images/ss-u.gif)  no-repeat;
background-position: left bottom;
height: 17px;
width: 17px;
}

.hscrollerbase {
height: 17px;
background: #790000  0px 0px repeat-x;
}
.hscrollerbar {
height: 17px;
background: #790000 url(h-m.gif) repeat;
}

.hscrollerbarbeg {
background: url(h-l.gif)  no-repeat;
height: 17px;
width: 17px !important;
}
.hscrollerbarend {
background: url(h-r.gif)  no-repeat;
height: 17px;
width: 17px;
}
.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(kr.gif) 0px 0px;
}

.hscrollerbasebeg {
background: url(h-l.gif) 0px 0px no-repeat;
height: 17px;
width: 17px !important;
}
.hscrollerbaseend {
height: 17px;
width: 17px;
background: url(h-r.gif) 0px 0px no-repeat;
}
.scrollerjogbox:hover {
background: #FFFF00 url(kr.gif) 0px 0px;
}
/* Scroll Bar Master Styling Ends Here */
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 661px;
height: 462px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFFFFF;  /* Hintergrund */
margin: 0 auto;
padding: 0px;
}

