.olControlPanel div { 
   display:block;
   width:  40px;
   height: 25px;
   top: 4px;
   left: 4px;
   position: relative;
   background-color:white;
}

.olControlPanel .MyNorthItemInactive { 
  background-image: url("../OpenLayers/theme/miistakis/maptool_pan_up.png");
  width: 40px;
  height: 14px;
  background-repeat: no-repeat;
}
.olControlPanel .MyWestItemInactive { 
  background-image: url("../OpenLayers/theme/miistakis/maptool_pan_left.png");
  width: 20px;
  height: 19px;
  background-repeat: no-repeat;
}
.olControlPanel .MyEastItemInactive { 
  background-image: url("../OpenLayers/theme/miistakis/maptool_pan_right.png");
  width: 20px;
  height: 19px;
  left: 24px;
  top: -15px;
  background-repeat: no-repeat;
}
.olControlPanel .MySouthItemInactive { 
  background-image: url("../OpenLayers/theme/miistakis/maptool_pan_down.png");
  width: 40px;
  height: 13px;
  top:-15px;
  background-repeat: no-repeat;
}
.olControlPanel .MyInItemInactive { 
  background-image: url("../OpenLayers/theme/miistakis/maptool_zoom_in.png");
  width: 40px;
  height: 27px;
  top:4px;
  background-repeat: no-repeat;
}
.olControlPanel .MyFullItemInactive { 
  background-image: url("../OpenLayers/theme/miistakis/maptool_zoom_full_extent.png");
  width: 40px;
  height: 25px;
  top:4px;
  background-repeat: no-repeat;
}
.olControlPanel .MyOutItemInactive { 
  background-image: url("../OpenLayers/theme/miistakis/maptool_zoom_out.png");
  width: 40px;
  height: 32px;
  top:4px;
  background-repeat: no-repeat;
}
.olControlPanel .EndZoomItemActive { 
  background-image: url("../OpenLayers/theme/miistakis/maptool_zoombox_tool_on.png");
  top:4px;
  width:40px;
  height: 31px;
  background-repeat: no-repeat;
}
.olControlPanel .EndZoomItemInactive { 
  background-image: url("../OpenLayers/theme/miistakis/maptool_zoombox_tool_off.png");
  top:4px;
  width:40px;
  height: 31px;
  background-repeat: no-repeat;
}
.olControlPanel .olControlNavigationItemActive { 
  background-image: url("../OpenLayers/theme/miistakis/maptool_pan_tool_on.png");
  top:4px;
  background-repeat: no-repeat;
}
.olControlPanel .olControlNavigationItemInactive { 
  background-image: url("../OpenLayers/theme/miistakis/maptool_pan_tool_off.png");
  top:4px;
  background-repeat: no-repeat;
}
.olControlPanel .olControlZoomBoxItemActive { 
  background-image: url("../OpenLayers/theme/miistakis/maptool_zoombox_tool_on.png");
  top:4px;
  height: 30px;
  background-repeat: no-repeat;
}
.olControlPanel .olControlZoomBoxItemInactive { 
  background-image: url("../OpenLayers/theme/miistakis/maptool_zoombox_tool_off.png");
  top:4px;
  height: 30px;
  background-repeat: no-repeat;
}

.olControlPanel .olControlGetCoordsItemActive {
  background-image: url("../OpenLayers/theme/miistakis/maptool_addrecord_tool_on.png");
  top:4px;
  background-repeat: no-repeat;
  height: 40px;
}
.olControlPanel .olControlGetCoordsItemInactive {
  background-image: url("../OpenLayers/theme/miistakis/maptool_addrecord_tool_off.png");
  top:4px;
  background-repeat: no-repeat;
  height: 40px;
}

.olControlPanel .olControlItemActive {
  background-image: url("../OpenLayers/theme/miistakis/maptool_addrecord_tool_on.png");
  top:4px;
  background-repeat: no-repeat;
  height: 40px;
}

.olControlPanel .olControlItemInactive{
  background-image: url("../OpenLayers/theme/miistakis/maptool_addrecord_tool_off.png");
  top:4px;
  background-repeat: no-repeat;
  height: 40px;	
}
