#WordsMap {
    width: 600px;
    height: 555px;
    background: url('/images/staticPage/wordslist/poland_map.png') no-repeat;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;    
}
#WordsMap .point {
    width: 24px;
    height: 24px;
    background: url('/images/staticPage/wordslist/circle_smal.png') 50% 50% no-repeat;
    position: absolute;
    cursor: pointer;
}
#WordsMap .point_info {
    width: 250px;
    min-height: 130px;
    background: white;
    position: absolute;
    display: none;
    border: 1px solid #5F5F5F;
    -webkit-user-select: none;
    -moz-user-select: none;    
    top: 24px; 
    left: 24px;
    z-index: 10;
}
#WordsMap .point_info span {
    width: 250px;
    display: block;
    height: 21px;
    background: blue;
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;    
}
#WordsMap .point_info p {
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;    
}
#WordsMap #point1 {top: 325px; left: 170px;}
#WordsMap #point2 {top: 115px; left: 42px;}
#WordsMap #point3 {top: 68px; left: 119px;}
#WordsMap #point4 {top: 157px;left: 220px;}

