 .newscontainer {
   background-image: url('/img/bg_newsfeed.png');
   background-repeat: no-repeat;  
   padding: 0;
   margin: 0;
   margin-left: 0px;
   margin-top: -12px;
   margin-bottom: -33px;
   width: 800px;
   padding-bottom: 2px;
 }
 #newsticker {
  position: relative;
  left: 140px;
  font-family: Verdana;
  font-size: 12px;
  color: #013064;
  font-weight: bold;
  padding: 12px;
  padding-top: 12px;
  padding-right: 0px;
  height: 3em;
  overflow: hidden;
 }

#newsticker ul {
    list-style: none;
    padding: 0;
      padding-bottom: 10px;
      margin: 0;
      margin-top: -5px;
      width: 605px;
      overflow: hidden;

}

#newsticker li.error {
    color: #f00;
}
#newsticker #togglenewsticker {
    background: transparent url("/img/icon_closenewsticker.gif") no-repeat 0 0;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 14px;
    height: 14px;
    text-indent: 20px;
    outline: none;
}
* html #newsticker #togglenewsticker {
    right: 30px;
}
