/* UTILIZADOS */

/* image up */
.vscrollerbasebeg {
	background: url(../_IMG/scroll_up.gif) 0 0 no-repeat;
	width: 15px;
	height: 15px !important; 
}
/* image down */
.vscrollerbaseend { 
	background: url(../_IMG/scroll_down.gif) 0 0 no-repeat; 
	height: 15px; 
	width: 15px; 
}

/* scroll central */
.vscrollerbar { 
	background: #99CBCB url(../_IMG/scroll_center.gif) 0 0px repeat-y; 
}
/* cor de fundo */
.vscrollerbase { 
	background: #d3d3d3; 
}
/* posicionamento superior e inferior do Scroller Central */
.vscrollerbar, .hscrollerbar { padding: 18px; z-index: 2; }

.vscrollerbase {width: 15px;background-color: d3d3d3;}
.vscrollerbar {width: 15px;background-color: black;}
.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: 12px;top: auto; left: auto;bottom: 0px; right: 0px;background: #4E727C url(horizontalbarbody_cornerjog.png) 0px 0px;}

.hscrollerbase {height: 12px;background-color: white;}
.hscrollerbar {height: 12px;background-color: black;}

.hscrollerbar {background: url(../_IMG/scroll_roxo_bar.gif) 0px 0px repeat-x;}
.hscrollerbase {background: #53449b url(horizontalbarbody_cornerjog.png) 0px -11px repeat-x;}

.hscrollerbasebeg {background: url(../_IMG/scroll_roxo_bar_l.gif) 0px 0px no-repeat; height: 12px; width: 10px !important;}
.hscrollerbaseend {background: url(../_IMG/scroll_roxo_bar_r.gif) 0px 0px no-repeat; height: 12px; width: 10px;}

/*.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;}*/


