/* UTILIZADOS */
.flexcroll {
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #fff;
}
/* image up */
.vscrollerbasebeg { 
	background: url(../_img/scroll_top.png) 0 0 no-repeat;
	width: 16px;
	height: 15px !important; 
}
/* image down */
.vscrollerbaseend { 
	background: url(../_img/scroll_bot.png) 0 0 no-repeat; 
	height: 15px; 
	width: 16px; 
}

/* scroll central */
.vscrollerbar { 
	background: #99CBCB url(../_img/scroll_center.png) 0 0px repeat-y;
}
/* cor de fundo */
.vscrollerbase { 
	background: #fff; 
}
/* posicionamento superior e inferior do Scroller Central */
.vscrollerbar, .hscrollerbar { padding: 18px; z-index: 2; }

.vscrollerbase {width: 16px;background-color: #e1f8d4;}
.vscrollerbar {width: 16px;background-color: #c1f3a5;}
.scrollgeneric { line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}




/* NÃO UTILIZADOS 
.scrollerjogbox:hover {background: #5E828C url(vertical.png) -33px -11px; border: 1px solid red;} 

.scrollerjogbox {width: 16px; height: 15px;top: auto; left: auto;bottom: 0px; right: 0px;background: #4E727C url(horizontalbarbody_cornerjog.png) 0px 0px;}

.hscrollerbase {height: 15px;background-color: white;}
.hscrollerbar {height: 15px;background-color: black;}
.hscrollerbar {background: #99CBCB url(horizontalbarbody_cornerjog.png) 0px -30px repeat-x;}
.hscrollerbase {background: #D7EBDF url(horizontalbarbody_cornerjog.png) 0px -11px repeat-x;}

.hscrollerbasebeg {background: url(vertical.png) -32px 0px no-repeat;height: 15px; width: 16px !important;}
.hscrollerbaseend {height: 15px;width: 16px;background: url(vertical.png) -22px 0px no-repeat;}
.hscrollerbarbeg {background: url(vertical.png) -32px -22px no-repeat;height: 15px; width: 16px !important; }
.hscrollerbarend {background: url(vertical.png) -22px -11px no-repeat red;height: 15px;width: 16px;}

.vscrollerbarbeg {background: url(center.png) -33px -22px no-repeat;width: 16px;height: 15px !important;}
.vscrollerbarend {background: url(center.png) -33px 0px no-repeat;width: 16px;height: 15px;} */


