.feature_block{
    position: relative;
    z-index: 1;
}

.feature_block img{
    width:100%;
}

.feature_block .marker{
    position: absolute;
    background: url("/images/tooltip.png") no-repeat scroll center top transparent;
    background-position: 100% 100%;
    background-size: 100%;
    height: 32px;
    width: 32px;
    cursor: help;
    display: block;
    z-index: 10;
}

.marker .info{
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    border-radius: 4px;
    color: white;
    font-size: small;
    font-weight: bold;
    top: 100%;
    display:none;
    padding: 20%;
    background-color:#A2979f;
}

.marker:hover {
    z-index: 100;
    cursor: help;
    color: white;
}

.marker:hover .info{
    display:inline;
    min-width: 250px;
    position:absolute;
}

#example001_room1{
    top: 38%;
    left: 20%;
}

#example001_room2{
    top: 46%;
    left: 41%;
}

#example001_room3{
    top: 60%;
    left: 40%;
}

#example001_room4{
    top: 75%;
    left: 35%;
}

#example001_room5{
    top: 58%;
    left: 24%;
}

#example001_room6{
    top: 73%;
    left: 24%;
}

#example001_room7{
    top: 30%;
    left: 80%;
}

#example001_room8{
    top: 48%;
    left: 80%;
}

#example001_room9{
    top: 62%;
    left: 72%;
}

#example001_room10{
    top: 70%;
    left: 52%;
}

#example001_wind_detector{
    top: 20%;
    left: 21%;
}

#example001_integrated_dimmer{
    top: 44%;
    left: 65%;
}

#example001_room_controller_1{
    top: 51%;
    left: 77%;
}

#example001_room_controller_2{
    top: 48%;
    left: 33%;
}

#example001_building_controller{
    top: 38%;
    left: 77%;
}

#example001_smart_switch_1{
    top: 61%;
    left: 42%;
}

#example001_glass_switch_1{
    top: 70%;
    left: 65%;
}

#example001_temp_sensor_1{
    top: 74%;
    left: 35%;
}
