/*********************** SCROLLERS ***********************/.root 		{	position:absolute;	height:			200px;	width:			500;	margin: 			0px;	padding-top: 0px;	top: 0px;		}.root p 	{		margin:			0px;		}.thumb 		{	position:			absolute;	height:			12px;	width:			12px;	left: 			0px;	text-align: left;	cursor: hand;		}.up, .dn 	{	position:			absolute;	width: 12px;	height: 12px;	background-position: left;	text-align: left;		}.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{		border:			0;		}.scrollContainer {	position:			absolute;	left:			0px;	top:			0px;	width:			500;	height:			749px;	clip:			rect(0,749,282,0);	overflow:			auto;	z-index: 3;	padding: 0px;	margin-top: 10px;	margin-right: 0px;	margin-left: 0px;	margin-bottom: 0px;		}.scrollContent {	position:			absolute;	left:			0px;	top:			0px;	width:			500px;	margin: 0px;	z-index: 1;	padding: 0px;		}		.scrollContent ul {	margin: 0px;	text-align: left;	text-indent: 0px;	padding: 0px 0px 0px 16px;	list-style-image: url(images/lista.gif);}