.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 0px;
background-color: #A8A8A8;
}

.vscrollerbar {
width: 0px;
background-color: #FF3300;
}

.hscrollerbase {
height: 10px;
background-color: #A8A8A8;
}

.hscrollerbar {
height: 10px;
background-color: #FF3300;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #A8A8A8;
}

#imgscroller {
width: 962px;
height: 389px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color:#000000;
margin: 0px;
padding: 0px;
}
#imgscroller img{
padding: 0px;
margin: 0px;
}
