.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #bcc6cb;


}
.vscrollerbar {
width: 10px;
background-color: #2d465d;
/*background-image:url(../images/layout/scrollbar.jpg);*/
background-repeat: repeat-y;


}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #2d465d;
}

#scrollbar {
	/* this is the code that applies to the div that surround the whole section of html */
width: 458px;
	height: 362px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	background-image: url(../images/sub-middle-middle.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px;
}

