.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left:0;
}
.vscrollerbase {
	width:13px;
	cursor: pointer;
	background:#EC9;
	border:2px inset  #FFF;
	border-radius: 100px; 
	opacity:0.4;
}
.vscrollerbar {
        background: #700;
	margin:14px 1px 5px 3px;
	width: 4px;
	height: 75px !important;
	border-radius:100px;
	border:1px solid #000;
	cursor: pointer;
}
* html .vscrollerbar {
 	width:13px;
	cursor: pointer;
	background:#EC9;
	border:2px inset  #FFF;
	border-radius: 100px; 
	opacity:0.4;
}
.hscrollerbase {
	height:13px;
	cursor: pointer;
	background:#EC9;
	border:2px inset  #FFF;
	border-radius: 100px; 
	opacity:0.4;
}
.hscrollerbar {
        background: #700;
	margin:3px 1px 1px 14px;
	height: 4px;
	width: 75px !important;
	border-radius:100px;
	border:1px solid #000;
	cursor: pointer;
}
.vscrollerbar, .hscrollerbar {
	padding: 0px;
	z-index: 2;
}
.scrollerjogbox {
	width: 14px;
	height: 14px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
        background: #000;  
}

