/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			370px;
	width:			560px;
	margin: 		0px 5px 8px 27px;
}
p 	{
	margin:			10px;
}
.root ul	{
	list-style-type:none;
}
.root li {
	margin: 0 0 7px 15px;
}
.rates {
	font-weight: bold;
}
.list1 {
	margin: 0 15px 10px 15px;
}
.sig {
	font-family: "Monotype Corsiva", calibri, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	font-weight: bold;
}
.thumb 		{
		position:		absolute;
		height:			9px;
		width:			25px;
		left: 			9px;
		margin-bottom:5px;
		margin-left:5px;
		z-index:1000;
		}
.up, .dn 	{
		position:		absolute;
		left: 			10px;
		}
.dn {margin-top:10px; }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer {
	position:		absolute;
	top:			19px;
	width:			550px;
	height:			340px;
	clip:			rect(0 467 200 0);
	overflow:			auto;
	background: none;
		}
.scrollContent {
	position:		absolute;
	top:			0px;
	width:			520px;
	left: 50px;
		}
