@charset "UTF-8";
/* Scroller Box */
div.scroller_container {
 position: relative;
 width: 600px;
 height: 16px;
 overflow: hidden;
}

div.scroller {
 white-space: nowrap;
 font-size: 12px;
 line-height: 12px;
 font-weight: bold;
 color: red;
}

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