/* 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;
border: solid 0px;
-moz-border-radius:7px; -webkit-border-radius: 7px;
}

.vscrollerbase {
width: 10px;
background-color: white;
filter: alpha(opacity=30); /* internet explorer */
	-khtml-opacity: 0.3;      /* khtml, old safari */
	-moz-opacity: 0.3;       /* mozilla, netscape */
	opacity: 0.3;           /* fx, safari, opera */
border: solid 0px;
-moz-border-radius:7px; -webkit-border-radius: 7px;
}

.vscrollerbar {
width: 10px;
background-color:#A00;
border: solid 0px;
-moz-border-radius:7px; -webkit-border-radius: 7px;
}

.hscrollerbase {
height: 10px;
background-color: white;
filter: alpha(opacity=30); /* internet explorer */
	-khtml-opacity: 0.3;      /* khtml, old safari */
	-moz-opacity: 0.3;       /* mozilla, netscape */
	opacity: 0.3;           /* fx, safari, opera */
	border: solid 0px;
	-moz-border-radius:7px; -webkit-border-radius: 7px;
}
.hscrollerbar {
height: 10px;
background-color:#A00;
border: solid 0px;
-moz-border-radius:7px; -webkit-border-radius: 7px;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
border: solid 0px;
-moz-border-radius:7px; -webkit-border-radius: 7px;
}