/* 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;}
.vscrollerbarbeg {height: 24px !important;width: 13px;}
.vscrollerbarend {height: 24px;width: 13px;}
.vscrollerbase {width:13px;}
.vscrollerbasebeg {width: 13px; top :4px;height: 13px !important;background:url(../img/up_arrow.jpg) left top no-repeat;}
.vscrollerbaseend {height: 13px;width: 13px; background: url(../img/down_arrow.jpg) left top no-repeat; padding-bottom: 4px;}
.vscrollerbar, .hscrollerbar {padding:19px 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: 165px;
height: 550px;
overflow: hidden;
position:relative;
/* IE overflow fix, position must be relative or absolute*/
}

