/*********************** SCROLLERS ***********************/
.root {position:relative; height:301px; width:338px; float:left;}
.root p {margin: 10px 10px 5px 10px;}
.thumb {position: absolute; height: 9px; width: 15px; left: -20px;}
.up, .dn {position: absolute; width:15px; height:15px; left: -20px;}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{border:0;}
/*CONTENEDOR DONDE VA ALOJADO EL CONTENEDOR DE TEXTO*/
.scrollContainer {position: absolute; width: 334px; height: 299px; clip: rect(0 467 200 0); overflow: auto; border:solid 1px #304c8c;}
/*CONTENEDOR DONDE VA EL TEXTO*/
.scrollContent {position: absolute; left: 0px; top: 0px; width: 100px;}