body {
    position: absolute;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    background-color: transparent;
}


#container {
    width: 728px;
    height: 90px;
    margin: auto;
    overflow: hidden;
    display: none;
    background: #FFFFFF;
}

.abs {
    position: absolute;
    left: 0;
    top: 0;
}

.full {
    width: 100%;
    height: 100%;
}

.hidden {
    opacity: 0;
    filter: alpha(opacity=0);
}

#exitBtn {
    cursor: pointer;
    z-index: 400;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
}

#keyline {
    z-index: 399;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e2e2e2;
    background-color: transparent;
}

/* z indexes */
.z0 { z-index: 0; }
.z1 { z-index: 1; }
.z2 { z-index: 2; }
.z3 { z-index: 3; }

.destination_image {
    top: 0px;
    left: 5px;
    width: 606px;
    height: 90px;
}


#ctaHover {
    z-index: 403;
    cursor: pointer;
    width: 95px;
    height: 20px;
}

#location_pin {
    top: 66px;
    left: 10px;
    width: 12px;
    height: 12px;
}

#btnReplay {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 13px;
    display: none;
    z-index: 401;
    cursor: pointer;
}
