/* 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; cursor: pointer; }

.vscrollerbar {width: 30px; height: 27px; background: url(/images/scroll-1.gif) 0px 0px no-repeat;}
/*.vscrollerbarbeg {height: 24px !important;width: 36px;background: url(scrollbar.jpg) -108px -32px no-repeat;}*/
/*.vscrollerbarend {height: 24px;width: 36px;background: url(scrollbar.jpg) -108px 0px no-repeat;}*/
.vscrollerbase {width: 30px; /*background: red url(scroll-1.gif) 0px 0px repeat-y;*/}
.vscrollerbasebeg {width: 30px;height: 27px !important; background: url(/images/scroll-1.gif) -26px -20px no-repeat;}
.vscrollerbaseend {height: 28px;width: 14px;background: url(/images/scrollbar.jpg)  -26px 8px no-repeat;}
.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*/
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 532px;
height: 330px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 20px 0px 0px 20px;
padding: 0px;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 220px;
height: 260px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 50px 0px;
padding: 0px;
}