.scroll_container {
	position: relative;
	height: 270px;
}
#scrolldiv {
	position: relative;
	height: 100%;
	padding-right: 22px;
	overflow: hidden;
}
.scroll_container_sx {
	position: relative;
	height: 460px;
	margin: 4px 8px 0 0;
}
#scrolldiv_sx {
	position: relative;
	padding: 12px 0 12px 0;
	height: 436px;
	overflow: hidden;
	font-size: 11px;
	line-height: 11px;
}

#up {
	position: absolute;
	right: 0; top: 0;
	background: url(../img/freccia_up.gif) no-repeat;
	width: 18px; height: 13px;
}
#down {
	position: absolute;
	right: 0; bottom: 0;
	background: url(../img/freccia_down.gif) no-repeat;
	width: 18px; height: 13px;
}