#headline_slider {
    height: 20px;
    width: 100%;
}

#headline_slider-inner {
    width: 100%;
    height: 20px
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

#headline_slider ul{
    margin: 0; padding: 0; text-indent: 0;
    display: block;
    position: absolute;
    width: 0;
    height: 71px;
    top: 0;
    left: 0;
    text-indent: 0;
    /* For WebKit (Safari, Google Chrome etc) */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#fff)); */
    /* For Mozilla/Gecko (Firefox etc) */
    /* background: -moz-linear-gradient(top, #EEE, #fff); */
    /* For Internet Explorer 5.5 - 7 */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFFFFFFF); */
    /* For Internet Explorer 8 */
    /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFFFFFFF)"; */

}
#news_carausel {
    float: left;
    width: 600px;
    padding-top: 10px;
}

#news_carausel-inner {
    width: 100%;
    height: 71px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

#news_carausel ul{
    margin: 0; padding: 0; text-indent: 0;
    display: block;
    position: absolute;
    width: 0;
    height: 71px;
    top: 0;
    left: 0;
    text-indent: 0;
}

#news_carausel ul li {
    margin: 0; padding: 0; text-indent: 0;
    list-style-type: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 93px;
    height: 71px;
}

#news_carausel #news_info_panel {
    background-color: #CC9966;
    opacity: 0.8;
    cursor: pointer;
    cursor: hand;
}
    

#news_carausel #news_info_panel div {
    margin: 0; padding: 0;
    padding: 0px 5px;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
}
#news_carausel ul li a {
    text-decoration: none !important;
}