.olControlPanel  {
    float:right;
    right: 0px;
    height: 30px;
    width: 200px;
}
.olControlPanel div {
  float:right;
  width:  24px;
  height: 24px;
  margin: 2px;
}

.olControlPanel .olControlNavigationItemActive {
  background-image: url("../theme/default/img/pan_on.png");
 background-repeat: no-repeat;
}
.olControlPanel .olControlNavigationItemInactive {
  background-image: url("../theme/default/img/pan_off.png");
 background-repeat: no-repeat;
}

.olControlPanel .olControlDrawFeaturePointItemActive {
  background-image: url("../theme/default/img/draw_point_on.png");
  background-repeat: no-repeat;
}
.olControlPanel .olControlDrawFeaturePointItemInactive {
  background-image: url("../theme/default/img/draw_point_off.png");
  background-repeat: no-repeat;
}

.olControlPanel .olControlDrawFeaturePathItemInactive {
  background-image: url("../theme/default/img/draw_line_off.png");
  background-repeat: no-repeat;
}
.olControlPanel .olControlDrawFeaturePathItemActive {
  background-image: url("../theme/default/img/draw_line_on.png");
  background-repeat: no-repeat;
}

.olControlPanel .olControlDrawFeaturePolygonItemInactive {
  background-image: url("../theme/default/img/draw_polygon_off.png");
  background-repeat: no-repeat;
}
.olControlPanel .olControlDrawFeaturePolygonItemActive {
  background-image: url("../theme/default/img/draw_polygon_on.png");
  background-repeat: no-repeat;
}

.olControlPanel .olControlSelectFeatureItemInactive {
  background-image: url("../theme/default/img/select_feature_off.png");
  background-repeat: no-repeat;
}
.olControlPanel .olControlSelectFeatureItemActive {
  background-image: url("../theme/default/img/select_feature_on.png");
  background-repeat: no-repeat;
}

.olControlPanel .olControlModifyFeatureItemInactive {
  background-image: url("../theme/default/img/move_vertex_off.png");
  background-repeat: no-repeat;
}
.olControlPanel .olControlModifyFeatureItemActive {
  background-image: url("../theme/default/img/move_vertex_on.png");
  background-repeat: no-repeat;
}

