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

.vscrollerbase {
width: 2px;
background-color: #454545;
}
.vscrollerbar {
width: 2px;
background-color: #f79904;
}
.vscrollerbar:hover {
	cursor:pointer;
}
.hscrollerbase {
height: 10px;
background-color: #454545;
}
.hscrollerbar {
height: 10px;
background-color: #f79904;
}

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

/* Scroll Bar Master Styling Ends Here */
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0em;
	text-align:left;
	padding-left: 0px;
	padding-right: 10px;
	top:0px;
}