.root {
	position:relative; top:0px; left:0px; z-index:300; margin:0px;
}
		
.thumb {
	position:absolute; z-index:3000; cursor:pointer; text-align:center;
}

.up, .dn, .slider-background {
	position: absolute; left:0px; z-index:3000;
}
		
.slider-background {
	z-index:100; display:block; width:11px;
	background:url('../imagenes/slider_background.gif') repeat-y top center; z-index:1;
}
		
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border: 0;
}

.scrollContainer { 
	position: absolute;  overflow: auto; left:0px; top:0px;
}

.scrollContent { 
	position:absolute; left:0px; top:0px; width:100%;
}
