/*********************** SCROLLERS ***********************/.root 		{	position:relative;	height:			170px;	width:			270px;	margin: 			0;		}.root p 	{	margin:			10px 0 5px 5px;		}.thumb 		{	display:none;		position:			absolute;		height:			9px;		width:			15px;		left: 			10px;		}.dn 	{		position:			absolute;		top: 200px;		left: 			10px;		}.up 	{		position:			absolute;		top: 180px!important;		left: 			10px;		}.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{		border:			0;		}.scrollContainer { 		position:			absolute; 		left:			0; 		top:			0; 		width:			270px; 		height:			170px; 		clip:			rect(0 267 170 0); 		overflow:			auto; 		border: none;		background:		#fff;		font: 12px "gill sans", arial, sans-serif;		color: #ccc;		}.scrollContent { 		position:			absolute; 		left:			0px; 		top:			0px; 		width:			270px; 		}