/*********************** SCROLLERS ***********************/
/* mod: 2006 ALA horizontal scroll */

.thumb { position:absolute; height:19px; width:20px; left:0px; top:0px; cursor:pointer; }
.thumbh { position:absolute; width:19px; height:20px; left:0px; top:0px; cursor:pointer; }
.up,.dn { position:absolute; left:10px; }
.uph,.dnh { position:absolute; left:0px; top:0px; }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img { border:0; }
.uph a, .uph a img, .dnh a, .dnh a img, .thumbh a , .thumbh a img { border:0; }

.rootFotos {
	position: relative;
	height: 128px;
}

.scrollFotosContenedor {
	position: absolute;
	left: 0px; 
	top: 0px; 
	height: 120px;
}

.scrollFotosContenido { 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	height: 120px;
}

.color {  }
.gris { background:Silver; filter:Alpha(opacity=75); }


.thumb_foto { 
	border: 1px solid #a41d23; 
}
.thumb_foto_act { 
	border: 1px solid #e3161e;
}