/* 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 {font-size: 1px;position: absolute;top: 0; left: 0; }
.vscrollerbar {width: 13px; height:127px;background:url(../images/scrollbar1/scroll.jpg) top center repeat-y;  }
.vscrollerbarbeg {height: 24px !important;width: 13px; background: url(../images/scrollbar1/scroll.jpg) center top no-repeat;}
.vscrollerbarend {height: 24px;width: 13px;background: url(../images/scrollbar1/scroll.jpg) center no-repeat; }
.vscrollerbase {width:13px;  background:url(../images/scrollbar1/scroll_bg.jpg) center  no-repeat;}
.vscrollerbasebeg {width: 25px;height: 6px !important; background:url(../images/scrollbar1/up_arrow.jpg) left top no-repeat;}
.vscrollerbaseend {height: 6px;width: 25px;background: url(../images/scrollbar1/down_arrow.jpg) left top no-repeat;}
.vscrollerbar, .hscrollerbar {padding:7px 0px;z-index: 2;}


/* Scroll Bar Master Styling Ends Here */


/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 480px;
height: 350px;

overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/


}


