
#ScrollContainer1 {
	position:absolute;
	width:561px;
	height:180px;
	top:205px;
	left:78px;
	clip:rect(0px 561px 180px 0px);
	z-index:20;

}
#upScroll {
	position:absolute;
	width:18px;
	height:18px;
	top:216px;
	left:38px;
	clip:rect(0px 18px 18px 0px);
	z-index:50;
}
#downScroll {
	position:absolute;
	width:18px;
	height:18px;
	top:342px;
	left:38px;
	clip:rect(0px 18px 18px 0px);
	z-index:50;
}
.scrolldiv { 
	position:absolute;
	top:0px;
	left:0px;
	padding:0px;
	width:560px;
	font-size:11px;
}

