div.basic-display {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 25px;
    background: url(/static/img/map-icons/basic/image.png) no-repeat center;
}

div.basic-shadow {
    position: absolute;
    width: 43px;
    height: 25px;
    background: url(/static/img/map-icons/basic/shadow.png) no-repeat center;
}

div.basic-target {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 25px;
    background-image: url(/static/img/map-icons/basic/transparent.png);
}

div.basic-viewed {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 25px;
    background: url(/static/img/map-icons/basic/viewed-image.png) no-repeat center;
}

div.basic-viewed-shadow {
    position: absolute;
    width: 43px;
    height: 25px;
    background: url(/static/img/map-icons/basic/viewed-shadow.png) no-repeat center;
}

div.basic-viewed-target {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 25px;
    background-image: url(/static/img/map-icons/basic/viewed-transparent.png);
}

div.basic-favorite {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 25px;
    background: url(/static/img/map-icons/basic/favorite-image.png) no-repeat center;
}

div.basic-favorite-shadow {
    position: absolute;
    width: 43px;
    height: 25px;
    background: url(/static/img/map-icons/basic/favorite-shadow.png) no-repeat center;
}

div.basic-favorite-target {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 25px;
    background-image: url(/static/img/map-icons/basic/favorite-transparent.png);
}

div.basic-favorite-viewed {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 25px;
    background: url(/static/img/map-icons/basic/favorite-viewed-image.png) no-repeat center;
}

div.basic-favorite-viewed-shadow {
    position: absolute;
    width: 43px;
    height: 25px;
    background: url(/static/img/map-icons/basic/favorite-viewed-shadow.png) no-repeat center;
}

div.basic-favorite-viewed-target {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 25px;
    background-image: url(/static/img/map-icons/basic/favorite-viewed-transparent.png);
}

