#test3 {
/* Typical fixed height and fixed width example */
width: 308px;
height: 57px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.hscrollerbase { 
visibility: visible !important; 
}
.vscrollerbase {
width: 0px;
background-color: white;
}
.vscrollerbar {
width: 0px;
background-color: black;
}
.hscrollerbase {
height: 5px;
/*background-color:#96B2D9;*/
background-color:#537cb4;
}
.hscrollerbar {
height: 5px;
background-color: #104378;
}

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