#mycustomscroll {
/* Typical fixed height and fixed width example */
width		: 568px;
height		: 335px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
margin: 0px;
padding: 0px;
top		: 0px;
left	: 0px;
text-align: left;
}

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbar {width: 12px;background: url(../images/scrollbar.png) -15px 0px repeat-y;}
.vscrollerbarbeg {height: 5px !important;width: 12px;background: url(../images/scrollbar.png) -46px 0px no-repeat;}
.vscrollerbarend {height: 5px;width: 12px;background: url(../images/scrollbar.png) -46px -5px no-repeat;}
.vscrollerbase {width: 15px; background: url(../images/scrollbar.png) 0px 0px repeat-y;}
.vscrollerbasebeg {width: 14px;height: 8px !important;background: url(../images/scrollbar.png) -31px 0px no-repeat;}
.vscrollerbaseend {width: 14px;height: 8px;background: url(../images/scrollbar.png) -31px -8px no-repeat;}
.hscrollerbase {height: 15px; background-color: white;}
.hscrollerbar {height: 15px; background-color: white;}
.vscrollerbar, .hscrollerbar {padding: 10px;z-index: 2; }
.scrollerjogbox {width: 16px; height: 6px;top: auto; left: auto;bottom: 0px; right: 0px;background: white;}

/* Scroll Bar Master Styling Ends Here */