.news-main {
    position: relative;
}
.news-main h2 {
    margin-top: 0;
}
.news-main__all {
    position: absolute;
    left: 100px;
    top: 2px;
    text-decoration: underline;
}
.news-main__boxes {
    width: 100%;
}
.news-main__boxes td {
    vertical-align: top;
}
.news-main__box {
    display: block;
    position: relative;
    background: center center no-repeat;
    overflow: hidden;
}
.news-main__box.x500 {
    margin: 0;
    width: 502px;
    height: 401px;
}
.news-main__box.x300 {
    margin: 0 0 1px 1px;
    width: 300px;
    height: 200px;
}
.news-main__box:hover .news-main__image {
    transform: scale(1.02);
}
.news-main__image {
    display: block;
    transition: all 0.5s;
}
.x500 .news-main__image {
    height: 400px;
}
.x300 .news-main__image {
    height: 200px;
}
.news-main__captions strong {
    font-size: 18px;
    font-weight: normal;
}
.news-main__captions span {
    display: block;
    text-align: justify;
    margin: 5px 0 0 0;
}
.news-main__captions {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 5px 10px 10px 10px;
    color: #fff;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#cc000000', GradientType=0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}
.news-main__captions:before {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    height: 15px;
    width: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%)
}
.news-main__video {
    background: #eee;
    padding: 15px 15px 0 15px;
}
/* Tiny Carousel */
.news-main .tinycarousel {
    height: 1%;
    overflow: hidden;
    padding: 0;
}
.news-main .tinycarousel .viewport {
    float: left;
    width: 1010px;
    height: 215px;
    overflow: hidden;
    position: relative;
}
.news-main .tinycarousel .buttons {
    display: block;
    margin: 70px 10px 0 0;
    float: left;
    position: relative;
    background: url(i/lr.png);
    width: 19px;
    height: 33px;
}
.news-main .tinycarousel .next {
    background-position: 0 -33px;
    margin: 70px 0 0 10px;
}
.news-main .tinycarousel .disable {
    visibility: hidden;
}
.news-main .tinycarousel .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}
.news-main .tinycarousel .overview li {
    float: left;
    margin: 0 18px 0 0;
    padding: 1px;
    height: 150px;
    border: 1px solid #dcdcdc;
    width: 234px;
}
.news-main .tinycarousel .overview a {
    color: #000;
}
.news-main .tinycarousel .overview a span {
    display: block;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
