/* INICIO SCROLL PAGINA */

.root {
	position: relative;
	
	
}
.thumb {
	position: absolute;
	cursor:pointer;
}
.up, .dn {
	position: absolute;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border: 0px;		
}
.scrollContainer { 
	position: absolute; 
	overflow: auto; 	
}
.scrollContent { 
	position: absolute; 
}

/* FIN SCROLL PÁGINA */