
DIV.scrl_container {
	height: 70px;
	overflow: hidden;
	position: relative;
}
DIV#scrl_item {
	width: 100%;
	position: absolute;
	display: block;
}

DIV#scrl_item, DIV#scrl_item SPAN, DIV#scrl_item DIV {
	cursor: default;
}
DIV#scrl_item.linked, DIV#scrl_item.linked SPAN, DIV#scrl_item.linked DIV {
	cursor: pointer;
}
DIV#scrl_item.scrl_on {
	
}