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

.vscrollerbase { width: 4px;
                 background-color: #D8DCDD;
	}

.vscrollerbar { width: 4px;
				background-color: #408199;
	}

.hscrollerbase { height: 10px;
				 background-color: #FFFFFF;
	}
	
.hscrollerbar { height: 10px;
				width: 60px;
				background-color: #C7B299;
	}

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