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

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

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

