#toolQuery {
    background-image: url(images/buttons/h_objectinfo.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    width:22px;
    height:22px;
}

#toolPan {
    background-image: url(images/buttons/h_pan.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    width:22px;
    height:22px;
}

#toolZoomFull {
    background-image: url(images/buttons/h_zoomall.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    width:22px;
    height:22px;
}

#toolClearSelection {
    background-image: url(images/buttons/h_clearselection.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    width:22px;
    height:22px;
}

#toolSearch {
    background-image: url(images/buttons/h_objectfind.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    width:22px;
    height:22px;
}
