body {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

#background_exit_dc {
    position: absolute;
    width: 970px;
    height: 250px;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -97px;
    top: -25px;
    cursor: pointer;
    z-index: 9999;
}

#outer_wrapper {
    border: 1px solid #000;
    position: absolute;
    width: 968px;
    height: 248px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

#guide {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.7;
    z-index: 9;
}

.retina {
    position: absolute;
    width: 970px;
    height: 250px;
}

.assets {
    position: absolute;
}

/* bg's */

#bg_img01 {
    border-right: 2px solid #fff;
    left: -4px;
    top: -4px;
}


#bg_img02 {
    transform: translate(527px, 0px);
    -ms-transform: translate(527px, 0px);
    -moz-transform: translate(527px, 0px);
    -webkit-transform: translate(527px, 0px);
}


/* COPY */

#copy_slide_holder {
    width: 524px;
    overflow: hidden;
}

.swipeLeft {
    transform: translateX(528px);
    -ms-transform: translateX(528px);
    -moz-transform: translateX(528px);
    -webkit-transform: translateX(528px);
}

.swipeRight {
    transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
}

#endframe_line {
    position: absolute;
    background-color: #ffffff;
    width: 0px;
    height: 1.5px;
    top: 126px;
    left: 22px;
}

.copy {
    opacity: 0;
}



#cta {
    top: -125px;
    left: -3px;
}

#cta_holder {
    position: absolute;
    width: 200px;
    height: 60px;
    top: 125px;
    left: -185px;
    overflow: hidden;
    cursor: pointer;
}

#arrow_holder {
    position: absolute;
    width: 152px;
    height: 34px;
    top: 14px;
    left: -1px;
    z-index: 401;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#arrow_holder:hover {
    left: 3px;
}

#cta_arrow {
    position: absolute;
    top: 13px;
    left: 163px;
    width: 6px;
    height: auto;
}


#upper_line_frame4 {
    left: 24px;
    top: 125px;
    height: 3px;
}
