/* Scroller Box */
#scroller_container {
 position: relative;
 width: 710px;
 height: 24px;
 overflow: hidden;
 
 border-bottom:1px solid;
 background: white url(../images/promo_txt.png) repeat-x left top;
}

#scroller {
 white-space: nowrap;
 line-height: 28px;
}
#scroller a {
color:#494825;
font-family:'Arial';
 font-size: 20px;
 font-size: 18px;
}

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