.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #DADAC9;
cursor:pointer;
background-image:url(imgb/BarraScroll.gif);
background-position: 0px 0px;
background-repeat:no-repeat;
}
.vscrollerbar {
width: 10px;
background-color: #FF9900;
cursor:n-resize;
	filter:Alpha(Opacity=65);
	-moz-opacity:.65;
	opacity:.65;
	padding : 8px 0px 8px 0px;
}
.hscrollerbase {
height: 10px;
background-color: transparent;
}
.hscrollerbar {
height: 10px;
background-color: Gray;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: auto;
height:105px;
top:25px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: transparent;
margin: 0px auto;
padding: 0px;
border:none;
}