﻿.highlight-slider,
.header-internal {
    background-color: #000;
    height: 312px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 972px;
}
    .highlight-slider .bg-left,
    .highlight-slider .bg-right,
    .header-internal .bg-left,
    .header-internal .bg-right {
        background: url(/Themes/Default/Img/Slider/mask-banner-left.png) repeat-y 0 0;
        height: 312px;
        left: 50%;
        margin-left: -845px;
        position: absolute;
        width: 246px;
        z-index: 2;
    }
    .highlight-slider .bg-right,
    .header-internal .bg-right { 
        background-image: url(/Themes/Default/Img/Slider/mask-banner-right.png); 
        left: auto;
        margin: 0 -845px 0 0;
        right: 50%;
    }
    .highlight-slider .slider {
        margin: 0 auto;
        width: 972px;
    }
        .highlight-slider h1{
            color: #fff;
            font: 40px 'Neo Sans Pro Bold';
            position: absolute;
            text-transform: uppercase;
            z-index: 2;
        }
            .highlight-slider h1 a { color: #fff; text-decoration: none; }
                .highlight-slider h1 span { color: #f2bc36; }
        .highlight-slider .img,
        .header-internal .img { 
            left: 50%;
            margin: 0 0 0 -845px;
            position: absolute; 
            text-align: center;
            width: 1690px;
            z-index: 1;
        }
        
        
.header-internal { height: 213px; }
.header-internal .tit { position: relative; z-index: 2 }
.header-internal .tit h1 { 
    color: #fff; 
    font: normal 46px 'Neo Sans Pro Medium'; 
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    text-transform: uppercase; 
}
.header-internal .tit h1 span.title-yeloow { color: #f2b826; }
.header-internal .tit h1 span.title-orange { color: #f8831a; }