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

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



* html #mycustomscroll {  margin : 0 ; padding:0 15px 0 0; position: relative; left:0px; height:395px; }
#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;
 height:395px; outline-color:#E7E7DE;padding:15px;
}


#mycustomscroll p, #mycustomscroll h2, #mycustomscroll h3, #mycustomscroll h4, #mycustomscroll img, #mycustomscroll span, #mycustomscroll ul, #mycustomscroll li, #mycustomscroll a{/*filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;*/    color:#fff}

/** html .fixedwidth { height:200px}*/
.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}
