/* 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: 14px;
background: url(images/scrollbg.png) center center no-repeat;
}
.vscrollerbar {
	height:49px;
	background: url(images/skrollll.png) center center no-repeat;
	width: 14px;

}
.hscrollerbase {
height: 1px;
background-color: white;
}
.hscrollerbar {
height: 1px;
background-color: black;
} 

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}