#NewsBoxOuter {
color: #000;
background-color: #cecece;
background-image: url('../images/ticker-bg.jpg');
background-repeat: repeat-x;
padding: 0;
font-weight: bold;
border-bottom: 1px solid #545454;
border-top: 1px solid #fff;
margin-bottom: .5em;
text-align: left;
padding-left: 220px;
}

#NewsBox {
text-align: left;
height: 23px;
overflow: hidden;
position: relative;
}

#NewsEntry1, #NewsEntry2 {
position: absolute;
white-space: nowrap;
margin: 0;
}

#NewsEntry1 A, #NewsEntry2 A {
text-decoration: none;
}