/*********************** SCROLLERS ***********************/
.contenedor {  
	position:relative;
	height: 155px;
	width: 191px; /* no tener en cuenta el ancho del scroll */
	margin-top: 0px;		
}

.thumb{
	position: absolute;
	height:	25px;
	width: 15px;
	left: 5px;
	cursor:pointer;
}
		
.up, .dn {
	position: absolute;
	left:5px;
}

.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border:	0;
}
		
.scrollContainer { 
	position: absolute; 
	left: 0px; 
	top:-5px;
	width: 191px; 
	height: 155px; 
	overflow: auto; 
	background:	#FFFFFF;
}
	
.scrollContent { 
	position: absolute; 
	left: 0px; 
	top: -2px; 
	width: 141px; /*141*/
}

div.scrollContainer p, div.scrollContainer div {
	width: 206px; 
}
