#tickerPanel {
    overflow: hidden;
    height: 32px;
}

#ticker {
    border: solid 2px #ff9900;
    width: 490px;
    height: 16px;
    padding: 3px;
}

#dealerMap {
    width: 300px;
    height: 200px;
    border: 1px solid white;
    text-align: center;
    margin-bottom: 16px;
}

#dealerMap > p {
    padding: 80px 10px 0;
    font-size: 14px;
    color: white;
}


