#newsTicker
{
  position: relative;
  width: 550px;
  height: 35px;
  overflow: hidden;
  background: black;
}

.sponsorName {
font-size: 1.25em;
font-weight: bolder;
display: inline;
margin: 2px 6px 2px 6px;
padding: 1px 3px 1px 3px;
}

.sponsorOther {
font-size: 1em;
display: inline;
margin: 2px 6px 2px 6px;
padding: 1px 3px 1px 3px;
}
.sponsorEnd {
font-size: 1.25em;
font-weight: bolder;
display: inline;
margin: 2px 25px 2px 6px;
padding: 1px 25px 1px 3px;
}

#newsScroller
{
  position: absolute;
  position/**/: relative;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

#newsScroller a{
color: Yellow;
}

#stopLink
{
  position: absolute;
  width: 35px;
  height: 35px;
  margin-left: 550px;
  margin-top: -35px;
  background-image: url(../images/news_ticker_button.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  text-decoration: none;
}
