/* 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:0px 0px 0px 1px; width: 16px;background: url(../img/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(../img/scroll/up_arrow.png) no-repeat;cursor:pointer;
}
/* HOVER */
#flex__1_vscrollerbasebeg:hover {width: 16px;height: 17px !important;background:url(../img/scroll/up_arrow2.png) no-repeat;cursor:pointer;
}

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

}


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

/* Scroll Bar Master Styling Ends Here */
