/* 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: 11px;
background-color: #779abf;
}
.vscrollerbar {
	width: 9px;
	background-image:url(../images/scroll.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color: #bed2e6;
	margin-left:1px;
	border-top: 1px;
	border-bottom: 1px;
	border-top-color: #003366;
	border-bottom-color: #003366;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
.hscrollerbase {
height: 0px;

}
.hscrollerbar {
height: 0px;

}

.scrollerjogbox {
width: 11px;
height: 11px;
top: auto; left: auto;
bottom: 0px; right: 0px;

}
