/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.flexcroll{
	overflow:hidden !important;
}

/*  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 { width: 20px; height: 19px !important; background: url(../img/scroll_bar.png) no-repeat center;}
.vscrollerbarbeg {height: 13px !important; width:20px; }
.vscrollerbarend {height: 13px; width: 20px;}
.vscrollerbase {width:20px; background: url(../img/scroll_base_middle.png) center repeat-y;}
/*.vscrollerbase {left: 0 !important;}*/
.vscrollerbasebeg {width: 20px; height: 13px !important; background: url(../img/scroll_base_top.png) no-repeat center;}
.vscrollerbaseend {width: 20px; height: 13px; background: url(../img/scroll_base_bottom.png) no-repeat center;}
/*.hscrollerbase {height: 14px; background-color: white;}*/
/*.hscrollerbar {height: 16px; background-color: black;}*/
.vscrollerbar, .hscrollerbar {padding: 0px;z-index: 2;}
/*.scrollerjogbox {width:6px; height:16px; top:auto; left:auto; bottom:0px; right:0px; background: #37917A;}*/
/* Scroll Bar Master Styling Ends Here */
