/* 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: 11px;
background: #dddddd;
}
.vscrollerbar {
width: 11px;
background: url(./immagini/scroll/track.gif) 0px 0px repeat-y;
}
.hscrollerbase {
height: 11px;
background: #dddddd;
}
.hscrollerbar {
height: 11px;
background: url(./immagini/scroll/track.gif) 0px 0px  repeat-x;
}
.vscrollerbar, .hscrollerbar {
padding: 12px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(./immagini/scroll/track.gif) 0px 0px no-repeat;
width: 11px;
height: 11px !important;
}
.vscrollerbarend {
background: url(./immagini/scroll/track.gif) 0px 0px no-repeat;
width: 11px;
height: 11px;
}
.hscrollerbarbeg {
background: url(./immagini/scroll/track.gif) 0px 0px no-repeat;
height: 11px;
width: 11px !important;
}
.hscrollerbarend {
background: url(./immagini/scroll/track.gif) 0px 0px no-repeat;
height: 11px;
width: 11px;
}
/*.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(horizontalbarbody_cornerjog.png) 0px 0px;
}*/
.vscrollerbasebeg {
background: url(./immagini/scroll/btn-up.gif) 0px 0px no-repeat;
width: 11px;
height: 11px !important;
}
.vscrollerbaseend {
background: url(./immagini/scroll/btn-dn.gif) 0px 0px no-repeat;
height: 11px;
width: 11px;
}
/*
.hscrollerbasebeg {
background: url(basebarcaps_verticalbarbody.png) -60px 0px no-repeat;
height: 15px;
width: 15px !important;
}
.hscrollerbaseend {
height: 15px;
width: 15px;
background: url(basebarcaps_verticalbarbody.png) -30px 0px no-repeat;
}
.scrollerjogbox:hover {
background: #5E828C url(basebarcaps_verticalbarbody.png) -45px -15px;
}*/
/* Scroll Bar Master Styling Ends Here */

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 526px;
height: 480px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*border: 1px solid black;*/
margin: 0px;
padding-right: 0px;
}
