/* 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: 8px;
background-image: url('scroller-bg.png');
background-repeat: repeat-y;
}

#navigation3 .vscrollerbase {
position: absolute;
left: 30px !important;
}

.vscrollerbar {
width: 8px;
background: rgb(224,0,0);
height: 20px !important;
}
.hscrollerbase {
height: 8px;
}
.hscrollerbar {
height: 8px;
background: #4D4D4D;
}
.vscrollerbar, .hscrollerbar {
padding: 0;
z-index: 2;
}
.vscrollerbasebeg,
.vscrollerbaseend {
height: 0px !important;
width: 0px !important;
}

.hscrollerbarbeg,
.hscrollerbarend,
.hscrollerbasebeg,
.hscrollerbaseend {
width: 0 !important;
height: 0 !important;
}

.scrollerjogbox {
width: 0px;
height: 0px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}

