/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			350px;
	width:			370px;
	/*	text-align: right;*/
	background-image: url(fndScroller.png);
	background-repeat: no-repeat;
	background-position: 358px 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 7px;
		}
.root p 	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}
.thumb 		{
	position:			absolute;
	height:			20px;
	width:			15px;
/*	left: 			10px;*/
	margin-top: -9px;
		}
.up, .dn 	{
		position:			absolute;
	/*	left: 			-10px;
		margin-left: -10px;*/
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer {
	position:			absolute;
	left:			2px;
	top:			19px;
	width:			355px;
	height:			370px;
	clip:			rect(0 1000 9000 0);
	overflow:			visible;
	text-align: left;
		}
.scrollContent {
	position:			absolute;
	left:			12px;
	top:			-1px;
	width:			355px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
		}
		
#navegacion {
	
}

