div.preferred-display {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 3;
    background: url(/static/img/map-icons/preferred/image.png) no-repeat center;
}

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

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

div.preferred-viewed {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 3;
    background: url(/static/img/map-icons/preferred/viewed-image.png) no-repeat center;
}

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

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

div.preferred-favorite {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 3;
    background: url(/static/img/map-icons/preferred/favorite-image.png) no-repeat center;
}

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

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

div.preferred-favorite-viewed {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 3;
    background: url(/static/img/map-icons/preferred/favorite-viewed-image.png) no-repeat center;
}

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

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


