﻿ .map
        {
            position: relative;
            width: 925px;
            height: 520px;
            border: #555555 2px solid;
            z-index:0;
        }
        .circle{
            width: 30px;
            height: 30px;
            line-height:30px;
            border-radius: 50%;
            background-color: #cf1717;
            border-color: #c1b69a;
            border-style: double;
            border-width: 5px;
            opacity :0.80;
            filter: alpha(opacity=80); /* For IE8 and earlier */
            text-align: center;
            vertical-align: middle;
            font-weight: bold;
            color: #fff;
    }
    .map-mini
        {
            position: relative;
            width: 895px;
            height: 400px;
            border: #555555 2px solid;
            z-index:0;
        }