body,
body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.dynamicAdvertContainer {
    display: none;
    position: absolute;
    cursor: pointer;
    width: 728px;
    height: 90px;
    border: 1px solid black;
    box-sizing: border-box;
    background: #EEE;
    overflow: hidden;
}

@font-face {
    font-family: 'Nissan Brand';
    src: url('fonts/NissanBrand-Regular.woff2') format('woff2'),
        url('fonts/NissanBrand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nissan Brand';
    src: url('fonts/NissanBrand-Light.woff2') format('woff2'),
        url('fonts/NissanBrand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nissan Brand W01';
    src: url('fonts/NissanBrandW01-Bold.woff2') format('woff2'),
        url('fonts/NissanBrandW01-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.frame0, .frame1, .frame2, .frame3
{
    transition:all 0.5s linear;
    opacity:0;
}

.frame0
{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:2;
}

.frame1
{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:3;
    visibility: hidden;
}

.frame2
{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:4;
    visibility: hidden;
}

.frame3
{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:5;
    visibility: hidden;
}


:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}
