/*8 239 6 239 6 239 6 239 8*/

.news_container{
    width: 999px;
    margin: 20px 0 0 0;
}

.news_logo{
    width: 150px;
    height: 30px;
    clear: both; 
    margin: 0 0 0 25px;
}

.news_slider{
    width: 999px;
    height: 150px;
    background-color: white;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA; 
     box-shadow:0 5px 5px #999;
    -moz-box-shadow: 0 5px 5px #999;
    -webkit-box-shadow: 0 5px 5px #999;
}

.news_left_arrow, .news_right_arrow {
    width: 30px;
    height: 150px;
    display: block;
    float: left;    
    cursor: pointer;
}


.news_items{
    float: left;
    height: 150px;
    color: #555;
    width: 925px;
    overflow: hidden;
    position: relative;
}

.news_item{
    float: left;
    width: 270px;    
    padding: 25px 25px 10px 10px;
    height: 110px;    
}

.news_active{
    display: block;
}

.news_inactive{
    display: none;
}

.bug{
    background-color: yellow;
}

.news_title{
    font-weight: bold;
    font-size: 9pt;
    float: left;
}

.news_description{
    font-size: 9pt;    
    line-height: 15pt;
}



.clearer{
    clear: both;
}
