/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
    left:0em;
    top:0;
		height:291px; 
    width:501px;
    text-align:left;
		margin:1em 3em 0em 0em;		
    padding:0;
    
		}
.root p 	{
		text-align:justify;
    font-size:small;
    margin:0.2em 1em 0.5em 0em;
		}
.root h5 {
    margin-top:1em;
}

.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			9%;
		}
.up, .dn 	{
		position:			absolute;
		left: 			0;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}

.scrollContainer { 
		position:			relative; 
		left:			2px; 
		top:			19px; 
		/*clip:			rect(0 467 200 0); */
		overflow:			auto; 
		border:		0.1em solid #fff; /**quito el border*/
    border:0;
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			501px; 
		}
