@charset "iso-8859-1";
/* CSS Document */
/* Scroller Box */
#scroller_container {
 position: relative;
 width: 760px;
 height: 30px;
 overflow: hidden;
}

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

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

