#scroller_container {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

#scroller_container {
	overflow: auto;
}

