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

.vscrollerbar {margin:1px 5px 1px 0px; width: 13px; height:auto;  background: url(../images/scroll/bat_scroll.gif); 
	
}
.vscrollerbarbeg {height: 24px !important;width: 16px;background: transparent;}
.vscrollerbarend {height: 24px;width: 16px; background: transparent;}
.vscrollerbase {width: 16px;background:transparent;}	

.vscrollerbasebeg {width: 16px;height: 17px !important;background:url(../images/scroll/up_arrow.gif) no-repeat;cursor:pointer;
}
/* HOVER */
#flex__1_vscrollerbasebeg:hover {width: 16px;height: 17px !important;background:url(../images/scroll/up_arrow2.gif) no-repeat;cursor:pointer;
}

.vscrollerbaseend {height: 17px;width: 16px;background:url(../images/scroll/down_arrow.gif) no-repeat;cursor:pointer
}
/* HOVER */
#flex__1_vscrollerbaseend:hover {width: 16px;height: 17px !important;background:url(../images/scroll/down_arrow2.png) no-repeat;cursor:pointer;

}


.hscrollerbase {height: 17px; background-color:#b1a49b;}
.hscrollerbar {height: 17px; background-color:#b1a49b;}
.vscrollerbar, .hscrollerbar {padding: 14px 0px 18px;;z-index: 2;}
.scrollerjogbox {width: 16px;height: 17px;top: auto; left: auto; bottom: 0px; right: 0px;background:#FFED01;}

/* Scroll Bar Master Styling Ends Here */

