#newsticker-demo {
    height: 95px;
    overflow: hidden;
    margin-left: 20px;
    background-color: transparent;
    border: solid red 0px;
}

.previous {
    outline: none;
    cursor: pointer;
    margin-left: 475px;
    float: right;
    width: 8px;
    height: 39px;
    margin-top: -53px;
    border: solid red 0px;
}

.next {
    outline: none;
    cursor: pointer;
    margin-top: 40px;
    float: left;
    width: 8px;
    height: 39px;
    margin-left: -5px;
    border: solid red 0px;
}

.NewsBackground {
    height: 80px;
    width: 400px;
    background-repeat: no-repeat;
    border: solid red 0px;
}

.Date {
    float: left;
    width: 125px;
    margin-top: 0px;
    height: 50px;
    align: center;
    border: solid red 0px;
}

.DateRead {
    float: left;
    width: 60px;
    height: 35px;
    align: center;
    border: solid red 0px;
}



.Heading {
    float: left;
    height: 22px;
    width: 230px;
    line-height: 24px;
    text-decoration: none;
    font-size: 12px;
    color: #4F4747;
    font-family: Arial;
    margin-top: 10px;
    border: solid red 0px;
    margin-left: -45px;
}


.Notice {
    float: left;
    height: 22px;
    width: 230px;
    text-decoration: none;
    font-size: 12px;
    color: #4F4747;
    font-family: Arial;
    margin-top: 0px;
    border: solid red 0px;
    margin-left: -45px;
    padding-bottom:5px;
}

.DownRead {
    float: left;
    height: 76px;
    width: 30px;
}

.Image {
    margin-left: 23px;
    margin-top: 6px;
    border: 0px;
}

.new {
    top: -50px;
    float: left;
    width: 24px;
    margin-left: 53px;
    border: 0px solid red;
    position: relative;
}

.more a {
    float: right;
    margin-right:1%;
    text-decoration: None;
    font-family: Tahoma;
    color:#fdfd52;
    text-align: left;
    line-height: 14px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

    .more a:hover {
        color: #fff;
        text-decoration: none;
    }
