/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			200px;
		width:			650px;
		margin: 		0px 0px 8px 7px;		
		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{		
		position:		absolute;
		height:			auto;
		width:			10px;
		left: 			10px;
		}
.up-dn-g 	{
		background-image:url(../imagenes-plantilla/f-scroll.jpg); background-position:top; background-repeat:repeat-y;
		position:		absolute;
		left: 			0px;
		top: 			0px;
		width: 			10px;
		height:			305px;
		padding-bottom: 41px;
		z-index: 0;
		}
		
		div > .up-dn-g 	{
		background-image:url(../imagenes-plantilla/f-scroll.jpg); background-position:top; background-repeat:repeat-y;
		position:		absolute;
		left: 			0px;
		top: 			0px;
		width: 			10px;
		height:			285px;
		padding-bottom: 41px;
		z-index: 0;
		}
.up, .dn 	{
		position:		absolute;
		left: 			10px;
		z-index: 1;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:		absolute; 
		left:			3px; 
		top:			3px; 
		width:			650px; 
		height:			300px; 
		clip:			rect(0 600 300 0); 
		overflow:		auto; 
		border-top:		0px solid #000000;
		border-left:	0px solid #000000;
		border-right:	0px solid #686262;
		border-bottom:	0px solid #686262;
		margin-left: 	20px;
				}
.scrollContent { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			500px; 
		padding:		5px;
		}