
/* demo */
.container {
    background: url("../resim/harita.jpg") no-repeat scroll center 10px transparent;
    color: #000000;
    height: 300px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    width: 788px;
}
.dialog {
    background-color: rgba(236, 221, 155, 0.9);
    color: #4f3324;
    display: none;
    font:14px Arial;    
    left: 240px;
    line-height: 24px;
    padding: 100px 30px;
    position: absolute;
    text-align: center;
    top:2px;
    width: 237px;
    height: 97px;
    z-index: 10;

    -moz-border-radius: 170px;
    -ms-border-radius: 170px;
    -o-border-radius: 170px;
    -webkit-border-radius: 170px;
    border-radius: 170px;
}
.dialog .close {
    background-color: #d8c988;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 10px;
    top: 60px;
    width: 36px;

    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}
.labels p {
    display: none;
}
.labels a {
    background-color: rgba(221, 134, 180, 0.8);
    color: #FFFFFF;
    display: none;
    height: 39px;
    padding: 26px 0 0;
    position: absolute !important;
    text-align: center;
    text-decoration: none;
    width: 65px;

    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.labels > a {
    background-color: rgba(221, 134, 180, 0.8);

    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.labels a:hover {
    background-color: rgba(128, 128, 128, 0.8);
}
.labels a span {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid rgba(221, 134, 180, 0.8);
    bottom: -14px;
    height: 0;
    left: 22px;
    top:63px;
    position: absolute;
    width: 0;

    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.labels a:hover span {
    border-top: 15px solid rgba(128, 128, 128, 0.8);
}
#label1 {
    left: 73px;
    top: 21px;
    font:14px Arial;
}
/*#label2 {
    left: 495px;
    top: 290px;
}
#label3 {
    left: 450px;
    top: 115px;
}
#label4 {
    left: 270px;
    top: 170px;
}
#label5 {
    left: 570px;
    top: 65px;
}
#label6 {
    left: 275px;
    top: 30px;
}*/