/* 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: 19px; height:76px;background:url(../img/scrollbar1/scroll.jpg) top center no-repeat;  }
.vscrollerbarbeg {  height: 0px !important;width: 19px; background: url(../img/scrollbar1/scroll.jpg) center top no-repeat;}
.vscrollerbarend { height: 0px;width: 19px;background: url(../img/scrollbar1/scroll.jpg) center no-repeat; }
.vscrollerbase { margin-left: 0px;  width:19px; border:0px solid red;  }
/*.vscrollerbasebeg {width: 25px;height: 6px !important; background:url(../img/scrollbar1/arrowUp.png) left top no-repeat;}
.vscrollerbaseend {height: 6px;width: 25px;background: url(../img/scrollbar1/arrowDown.png) left top no-repeat;}*/
.vscrollerbar, .hscrollerbar {padding:0px 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 */
height: 500px;
width:568px;
overflow: hidden;
top:0px;
position: relative;
/* IE overflow fix, position must be relative or absolute*/
}
#myscroll_content_sponser {
/* Typical fixed height and fixed width example */
height: 380px;
width:568px;
overflow: hidden;
top:0px;
position: relative;
/* IE overflow fix, position must be relative or absolute*/
}


