/* 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: 30px;
background:url(../img/scroll_bg.jpg) 0px 0px repeat-y;
}
.vscrollerbar {
width: 30px;
cursor:n-resize;
background:url(../img/scroll_vs_bg.jpg) 0px 0px repeat-y;
}
.hscrollerbase {
height: 30px;
background:url(../img/scroll_bg_02.jpg) 0px 0px repeat-x;
}
.hscrollerbar {
height: 30px;
background:url(../img/scroll_hs_bg.jpg) 0px 0px repeat-x;
cursor:e-resize;
}

.vscrollerbarbeg {
background: url(../img/scroll_vs_bg_top.jpg) 0px 0px no-repeat;
width: 30px;
height: 10px !important;
}
.vscrollerbarend {
background: url(../img/scroll_vs_bg_bottom.jpg) 0px 0px no-repeat;
width: 30px;
height: 10px;
}
.hscrollerbarbeg {
background: url(../img/scroll_hs_bg_left.jpg) 0px 0px no-repeat;
height: 30px;
width: 10px !important;
}
.hscrollerbarend {
background: url(../img/scroll_hs_bg_right.jpg) 0px 0px no-repeat;
height: 30px;
width: 10px;
}


.vscrollerbar, .hscrollerbar {
padding: 0px;
z-index: 2;
}
.scrollerjogbox {
width: 30px;
height: 30px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background:url(../img/scroll_none.jpg) 0px 0px;
}
/* Scroll Bar Master Styling Ends Here */
