/*
.textiles .zoomify-shell {
    background-image: url('../images/news-hero.jpg');
}
*/

.news-content {
    margin: 149px auto 0 auto;
    width: 98%;
    height: 78%;
    overflow-y: auto;
}

.news-content .asset {
    margin: 20px 0 0 0;
    font-size: 0;
    height: 18px;
}

.news-content .asset .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 18px;
    margin: 0 13px 0 0;
    text-align: center;
}

.news-content .asset .label {
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 0;
    font-family: "Helvetica Neue Medium", sans-serif;
}

.news-content .asset:hover {
    color: #333;
    cursor: pointer;
}

.news-content .news-article {
    margin: 0 auto 38px auto;
    width: 990px;
}

.news-content .left-col {
    display: inline-block;
    vertical-align: top;
    width: 32.244%;
    margin: 0 5.94% 0 0;
    text-align: center;
}

.news-content .right-col {
    display: inline-block;
    vertical-align: top;
    width: 61.428%;
    line-height: 30px;
    margin: -9px 0 0 0;
    text-align: justify;
}

.news-content .nano-content {
    padding-right: 30px;
}

#news-slideshow-close {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #666;
    position: absolute;
    z-index: 26002;
    right: 30px;
    top: 30px;
    height: 40px;
    width: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

#news-slideshow-close:hover {
    cursor: pointer;
    color: #000;
}

#news-slideshow-cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 26000;
}

#news-slideshow {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -360px;
    width: 720px;
    transform: translateY(-50%);
    padding: 10px;
    z-index: 26001;
}

#news-slideshow > div {
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px;

    text-align: center;
}

#news-slideshow > div > img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}