/*********************** SCROLLERS ***********************/
.root 		{
		position:		relative;
		height:			200px;
		width:			290px; /* Modifica el tamaņo de la ventana en general*/
		margin:			3px 0px 8px 7px;
		
		}
.root p 	{
		margin:			3px 0px 0px 3px;
				}
.thumb 		{
		position:		absolute;
		height:			9px;
		width:			15px;
		left: 			5px;
		color:         #FD9518; 
		face-color:palegreen;
		}
.up, .dn 	{
		position:		absolute;
		left: 			5px;
		color:         #FD9518;
		face-color:palegreen; 
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		border-color:   #FD9518; 
		
		}
.scrollContainer { 
		position:		relative; 
		left:			2px; 
		top:			10px; 
		width:			90px; 
		height:			200px; 
		clip:			rect(0 100 110 0); 
		overflow:			auto;
		/*border-top:			1px solid #000000;
		border-left:		1px solid #000000;
		border-right:		1px solid #686262;
		border-bottom:		1px solid #686262;
		background:		#D9D9B0;*/
		}
.scrollContent { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			10px; 
		
		}
/*.barra {
           scrollbar-3dlight-color:aqua;
           scrollbar-arrow-color:blue;
           scrollbar-base-color:fuchsia;
           scrollbar-darkshadow-color:lightsalmon;
           scrollbar-face-color:palegreen;
           scrollbar-highlight-color:red;
           scrollbar-shadow-color:
          orange
}*/