/* 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;}

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase {width: 11px;background-color: white;}
.vscrollerbar {position:relative; left:1px; top:1px;  	width:9px;  	background-color:#CECCCC;}
.vscrollerbar, .hscrollerbar {padding: 10px;z-index: 2;}

.vscrollerbase {background: url("images/track.gif") #336 0px 0px repeat-y; border-left: 1px solid #cccccc;}
.vscrollerbasebeg {background: url(images/btn-up.gif) no-repeat;width: 11px;height: 11px !important;}
.vscrollerbaseend {background: url(images/btn-dn.gif)  no-repeat;height: 11px;width: 11px;}

/* Scroll Bar Master Styling Ends Here */



