/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {background-color: #9f9f9f;left: 5px;width: 9px; border-radius:4px;}
.vscrollerbarbeg {height: 24px !important;width:26px;/*background: url(scrollbar.png) -108px -32px no-repeat;*/}
.vscrollerbarend {height: 24px;width:20px;/*background: url(scrollbar.png) -108px 0px no-repeat;*/}
.vscrollerbase {
	width:20px;/*background: #D4F6F2 url(scrollbar.png) 0px 0px repeat-y; background-color: rgba(0, 0, 0, 0.25);*/
	background-color: #dfdfdf;
    border: 1px solid #cacaca;
    border-radius: 9px;
    width: 18px;
	
	}
.vscrollerbasebeg {width:20px;height: 28px !important;background: url(scrollbar.png) -80px -22px no-repeat;}
.vscrollerbaseend {height: 28px;width:20px;background: url(scrollbar.png)  -80px 0px no-repeat;}
.hscrollerbase {height: 16px; background-color: white;}
.hscrollerbar {height: 16px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox {width:20px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

/* Scroll Bar Master Styling Ends Here */
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 100%;
height: 500px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 5px;
}
