/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
	width: 15px;
	background:  url(_img/bg-barra.gif) left 15px no-repeat;
    height:219px !important;
}
.vscrollerbar {
	width: 6px;
    background: #FFFFFF;
    left:5px;
    z-index: 2;
	/*opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	z-index: 2;*/
    padding:15px 0 0 0;
}

.vscrollerbar, .hscrollerbar {
	/*padding: 10px;*/
	z-index: 2;
}



/* SETA BARRA TOP
-----------------------*/
.vscrollerbasebeg {
    /*
	background: url(_img/seta-barra-topo.gif) left top no-repeat;
	width: 15px;
	height: 15px !important;
 */
}


/* SETA BARRA BOTTOM
-----------------------*/
.vscrollerbaseend {
  /*
background: url(_img/seta-barra-bottom.gif) left bottom no-repeat;
height: 15px;
width: 15px;
*/
}

