
.HotnewsControl {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
}
.HotnewsControl .Header span {
    color: #ffffff;
    font: bold 14px/30px arial;
    padding-left: 15px;
    white-space: nowrap;
}
.HotnewsControl .HotnewsScroll {
    height: 220px !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.HotnewsControl .Header {
    background: url("images/gr.png") no-repeat scroll right center, rgba(0, 0, 0, 0) url("images/gl.png") repeat-x scroll left center;
    border-radius: 5px 5px 0 0;
    height: 30px;
    padding-bottom: 5px;
}
.HotnewsControl .HotnewsList {
    clear: both;
    display: inline-block;
    padding: 0 0 0 3px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
    background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
    clear: both;
    padding: 3px 20px 4px;
}
.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;
}
