.HotnewsControl {
        margin: 8px 0;
        padding: 0;
        position: relative;
}
.HotnewsControl .Header span {
        border-radius: 5px 5px 0 0;
        background: #c72c2b url(images/t.png) no-repeat scroll right 5px center;
        color: white;
        text-align: left;
        font-weight: 600;
        padding-left: 10px;
        line-height: 30px;
        display: block;
        text-transform: uppercase;
        width: 100%;
}
.HotnewsControl .HotnewsScroll {
        margin: 0;
        overflow: hidden;
        padding: 0;
}
.HotnewsControl .Header {
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: inline-block;
        padding: 0 0 0 3px;
}
div.HotnewsControl .HotnewsList .HotnewsItem {
        background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
        clear: both;
        padding: 5px 15px;
        padding-right: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem img {
        display: none;
        float: left;
        height: 50px;
        margin-right: 6px;
        vertical-align: top;
        width: 65px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #222222;
        padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #b82805;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl .scrollup {
        background: rgba(0, 0, 0, 0) url("images/up.png") no-repeat scroll center center;
        height: 24px;
        position: absolute;
        right: 5px;
        top: 35px;
        width: 24px;
        z-index: 500;
}
.HotnewsControl .scrolldown {
        background: rgba(0, 0, 0, 0) url("images/down.png") no-repeat scroll center center;
        bottom: 5px;
        height: 24px;
        position: absolute;
        right: 5px;
        width: 24px;
        z-index: 500;
}
