#newsticker {
    color: #63605F;
    border:1px solid #EB6C1E;
    background: #F3F0EF;
    position: relative;
    padding:0px;
}
#newsticker ul {
    margin:3px;
    list-style: none;
    min-height: 1.6em;
    padding: 5px 5px;
    padding-right: 30px;
}
#newsticker ul {
    height: 1.6em;
    overflow: visible;
}

#newsticker ul li {
    list-style:none !important;
    list-style-image: none !important;
    padding:0px;
}
#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: 9px;
    width: 14px;
    height: 14px;
    text-indent: 20px;
    outline: none;
}
#newsticker #togglenewsticker {
    right: 10px;
}
