/* 170601_DCM_300x250 */

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#banner {
    position: relative;
    width: 300px;
    height: 250px;
    background-color:#fff;
    overflow: hidden;
    cursor: pointer;
    visibility: hidden;
}

#border {
    border: 1px solid #666;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

#overlay {
    background-color: #fff;
}

.blockElement {
    position: absolute;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
}

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

#cta_arrow {
    z-index: 5;
}

#dealerName {
    position: absolute;
    top: 20px;
}
