#scroller_container {
 position: relative;
 width: 1000px;
 height: 25px;
 overflow: hidden;
 margin: 7px 0 7px 0;
}

#scroller {
	white-space: nowrap;
	line-height: 22px;
}

