#scroller_container {
 position: relative;
 width: 800px;
 height: 110px;
 overflow: hidden;

}

#scroller {
 white-space: nowrap;
 line-height: 60px;
 font-size: 60px;
 margin-top: 20px;
}

#scroller p {
 padding: 0;
}
