.root     {
	position:relative;
	height:      380px;
	width:      350px;
	margin:       0px 0px 0px 0px;
	background:none;
    }
.root p   {
    margin:      0px 0px 0px 0px;
    }
.thumb     {
    position:      absolute;
    height:      9px;
    width:      15px;
    left:       10px;
    }
.up, .dn   {
    position:      absolute;
    left:       10px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
.scrollContainer {
	position:      absolute;
	left:      -38px;
	top:      1px;
	width:      400px;
	height:      380px;
	clip:      rect(0 400 380 0);
	overflow:      visible;
	border-top:    none;
	border-left:    none;
	border-right:    none;
	border-bottom:    none;
	background:    none;
    }
	
.scrollContentHistorico {
	position:      absolute;
	left:      4px;
	top:      -4px;
	width:      380px;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	background:none;
    }

