
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase {width: 10px;background-color: #DEDED2;}
.vscrollerbar {width: 10px;background-color: #A5A6A5; }

.hscrollerbase {height: 10px;background-color: #E7E7DE; }
.hscrollerbar {height: 10px;background-color:#E7E7DE;  }
.scrollerjogbox {width: 10px;height: 10px;top: auto; left: auto;bottom: 0px; right:0px;background-color: #E7E7DE;}



* html #mycustomscroll {  margin : 0; padding:0 15px 0 0; width:350px /* position:absolute; right:-30px*/}
#mycustomscroll {
/* Typical fixed height and fixed width example */

overflow: auto;overflow-x: hidden; text-align:justify;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
/*padding: 15px;margin-top:4px; */ height:496px; outline-color:#E7E7DE;padding-right:15px}
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;height: auto;position: relative;color: black;padding: 1px;text-align:left}
