#news {
    background-color: #ebebeb;
    position: relative;
}

/*#news-content-preloader {
    position: absolute;
    background-image: url(/media/img/big_preloader.gif);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999999;
    bottom: 50%;
}*/

#news-content {
    visibility: hidden;
    min-height: 402px;
    color: #FFFFFF;
}

#news-content .carousel-title {
    background-color: inherit;
    color: #0b4b7d;
    padding: 0;

}

#news-content ul {
    background-color: #0b4b7d;
    color: #FFFFFF;
}

#news-content .carousel-content-title {
    font-weight: bold;
}

#news-content .carousel-content-title:hover {
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: underline;
}

#news-content .carousel-content-image img {
    object-fit: contain;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 0;
    height: inherit;
    width: 100%;
}

#news-content .carousel-content-wrapper {
    padding: 15px;
}

#news-content .carousel-content-title {
    height: auto;
    padding-top: 0;
    text-align: left;
    font-size: 15px;
    padding-bottom: 12px;
    border-bottom: 1px #FFFFFF solid;
}

#news-content .carousel-content-shortintro {
    padding-top: 12px;
    font-size: 14px;
}





