﻿.SmallPinStyleApartment
{
    position: relative;
    top: -16px;
    display: list-item;
    list-style-image: url("../images/map/greenPin.gif");
	list-style-position: inside;
    width: 32px;
    height: 32px;
    text-align: center;
    letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
}
.SmallPinStyleCorporate
{
    position: relative;
    /*No top: -16px;  This guy is supposed to be centered on it. */ 
    display: list-item;
    list-style-image: url("../images/map/starPin.gif");
	list-style-position: inside;
    width: 32px;
    height: 32px;
    text-align: center;
}
.SmallPinStyleBusStop
{
    position: relative;
    /*No top: -9px;  This guy is supposed to be centered on it. */ 
    list-style-image: url("../images/map/busStop.gif");
    list-style-position: inside;
    width: 19px;
    height: 19px;
    text-align: center;
}