/* Scroller Box */
#scroller_container {
 position: relative;
 width: 470px;
 height: 15px;
 overflow: hidden;
 background-color:#aaaaaa;
}

#scroller {
 white-space: nowrap;
 line-height: 15px;
 font-size: 15px;
}

#scroller p {
 padding: 0;
}
/* Scoller Box */
