.ideLocalNavToolbar { 
    width:0px;
    height:0px;
}    
.ideLocalNavToolbar div { 
  display:block;
  width:  28px;
  height: 28px;
  top: 215px;
  left: 275px;
  position: relative;
}
.ideLocalNavToolbar .olControlNavigationItemActive { 
  background-image: url("img/pan_on.png");
  background-repeat: no-repeat;
}
.ideLocalNavToolbar .olControlNavigationItemInactive { 
  background-image: url("img/pan_off.png");
  background-repeat: no-repeat;
}
.ideLocalNavToolbar .olControlZoomBoxItemActive { 
  background-image: url("img/zoom_box_on.png");
  background-repeat: no-repeat;
}
.ideLocalNavToolbar .olControlZoomBoxItemInactive { 
  background-image: url("img/zoom_box_off.png");
  background-repeat: no-repeat;
}
.ideLocalNavToolbar .IdeLocalGetFeatureInfoItemActive { 
  background-image: url("img/info_on.png");
  background-repeat: no-repeat;
}
.ideLocalNavToolbar .IdeLocalGetFeatureInfoItemInactive { 
  background-image: url("img/info_off.png");
  background-repeat: no-repeat;
}

