/* 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: 10px;
background: #ffffff url(images/vscroll_bg.png) 0px 0px repeat-y;
}

.vscrollerbasebeg {
					width: 10px;
					height: 6px !important;
					background: url(images/vscroll_base_beg.png) no-repeat top;
}

.vscrollerbaseend {
					width: 10px;
					height: 6px !important;
					background: url(images/vscroll_base_end.png)  no-repeat bottom;
}

.vscrollerbar {
width: 10px;
padding:9px;
z-index: 2;
background:url(images/vscroll_bar.png) repeat-y;   
}

.vscrollerbarend {
background: url(images/vscroll_end.png) 0px 0px no-repeat;
width: 10px;
height: 5px;
}
.vscrollerbarbeg {
background: url(images/vscroll_beg.png) top left no-repeat;
height: 6px;
width: 10px;
}

.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

