/**********NEWSFLASH**********/

ul.newsflash{
    border-top: 1px solid gray;
    width: 500px;
    float:left;
    height: 36px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;  
}

ul.newsflash li{
    
    
    font-size: 12px;
    font-weight: bold;
    font-family: "trebuchet ms";
    text-align: center;
    
    background: #EEEEEE;
    color:black;
    border-left: 1px gray solid;
    

    height:30px;
    width: 93px;
    line-height: 120%;
    margin: 0;
    padding: 3px;

    overflow: hidden;
    float: left;
    cursor: pointer;
}

ul.newsflash li.NFIactive{
    background: #CD261E;
    color: white;
}

ul.newsflash li.NFIUnactive{

}
ul.newsflash li.first{
    border-left: none;
    padding-left: 4px;
}

div.nefsflashSlideContainer{
    height:230px !important;
    width:500px;
    overflow: hidden;
}

div.bendContainer{
    width: 500px;
}

div.newsflashSlide{
    display: none;
    height: 230px;
    width:500px;
    float:left;
}


div.newsflashTextContainer{
    height:55px;
    border-top: 1px solid #000;
    margin-top: 164px;
    background: url("/images/frontend/newsflashTextBackgroundBlack.png");
    padding-left: 6px;
    float:left;
    width: 493px;

}



.newsflashTextHeader{
    color: #fff;
    font-size: 18px;
	margin: 0px;

}


.newsflashText, .newsflashLink{
    display: inline;
    font-size: 14px !important;
    color: #fff;
}

.newsflashLink{
    float:right;
    color: #9A3B35;
    font-weight: bold;
    margin-right: 12px;
    margin-top: 8px;
}
