#scroller {
	/* Typical fixed height and fixed width example */
width: 227px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 5px 5px 15px 5px;
padding: 5px;
text-align: justify;
}


.scrollgeneric {
line-height: 1px;
font-size: 10px;
position: absolute;
top: 11; left: 220;
margin:44px 52px 110px 110px;
}

.vscrollerbase {
width: 10px;
background-color: #FF7200;
margin:0px 5px 0px 0px;
}

.vscrollerbar {
width: 10px;
background-color: black;
margin:0px 5px 0px 0px;
}



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