.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute; top: 0; left: 0; cursor: pointer; }
.vscrollerbar {width: 30px; height: 27px; background: url(images/blue-scroll.gif) 0px 50% no-repeat;}
.vscrollerbase {width: 30px; /*background: red url(scroll-1.gif) 0px 0px repeat-y;*/}
.vscrollerbasebeg {width: 30px;height: 27px !important;}
.vscrollerbaseend {height: 28px;width: 30px;}
.hscrollerbase {height: 21px; background-color: white;}
.hscrollerbar {height: 14px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 24px;z-index: 2;}
.scrollerjogbox {width: 14px;height: 14px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

/* Scroll Bar Master Styling Ends Here */


/*Page related styles for you to view*/
#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 350px;
height: 350px;
overflow: auto;
margin: 0px 0px 0px 40px;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 0px;

}