/* 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 */ 
/*POSIOCIONA*/
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

/*BARRA DE HORIZONTAL CENTRO-CENTRO*/
/*.vscrollerbar {
				width: 13px;
				background: url(pontilhado.gif) 0px 0px repeat-y;
				}*/

/*BARRA DE ROLAGEM CENTRO-TOP*/
/*.vscrollerbarbeg {height: 24px !important;width: 36px;background: url(scrollbar.png) -108px -32px no-repeat;}*/
/*BARRA DE ROLAGEM CENTRO-BOTTOM*/
/*.vscrollerbarend {height: 24px;width: 36px;background: url(scrollbar.png) -108px 0px no-repeat;}*/

/*SE TIRAR SOME A BARRA*/
.vscrollerbase {
		width: 13px;
		height: 215px;
		background: url(pontilhado.jpg) 0px 25px;
		background-repeat: repeat-y;
		}
/*DIRECIONAL TOP*/
.vscrollerbasebeg {
		width: 13px;
		height: 25px !important;
		background: url(seta_up.gif) 0px 0px no-repeat;
		}
/*DIRECIONAL BOTTOM*/
.vscrollerbaseend {
		height: 25px;
		width: 13px;
		background: url(seta_down.gif);
		background-repeat:no-repeat;
		}

/*.hscrollerbase {height: 16px; background-color: white;}*/
/*.hscrollerbar {height: 16px; background-color: black;}*/

/*FAZ A BARRA HORIZONTAL RESPEITAR OS TAMANOS*/
.vscrollerbar, .hscrollerbar {padding: 13px;z-index: 2;}

/*.scrollerjogbox {width: 36px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}*/

/* Scroll Bar Master Styling Ends Here */
