/* 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: 12px;
background: #FFFFFF;
background-image: url("images/scroll-bg.gif");
}
.vscrollerbar {
width: 12px;
background: #cbcbcb;
}
.hscrollerbase {
height: 12px;
background: #D7EBDF;
}
.hscrollerbar {
height: 12px;
background: #99CBCB;
}
.vscrollerbar, .hscrollerbar {
padding: 0px;
z-index: 2;
}
.vscrollerbarbeg {
width: 12px;
height: 0px !important;
}
.vscrollerbarend {
width: 12px;
height: 0px;
}
.hscrollerbarbeg {

height: 12px;
width: 0px !important;
}
.hscrollerbarend {

height: 0px;
width: 12px;
}
.scrollerjogbox {
width: 12px;
height: 0px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C;
}
.vscrollerbasebeg {

width: 12px;
height: 0px !important;
}
.vscrollerbaseend {
height: 0px;
width: 12px;
}
.hscrollerbasebeg {

height: 0px;
width: 12px !important;
}
.hscrollerbaseend {
height: 0px;
width: 12px;

}
.scrollerjogbox:hover {
background: #5E828C;
}
/* Scroll Bar Master Styling Ends Here */

