.olPopupContent {
    padding:2px;
}   
.olControlPanel  {
    top: 620px;
	left: 23px;
    height: 0px; 
    width: 32px;
    
}
.olControlPanel div { 
	top: 620px;
	width: 100px;
	height: 30px;
	margin: 1px;

}
.olControlPanel .olControlZoomBoxItemInactive { 
	background-image: url("../img/zoombox_off.png");
  	width: 10px;  
  	height: 30px;
}
.olControlPanel .olControlZoomBoxItemActive { 
  	background-image: url("../img/zoombox.png");
  	width: 10px;  
  	height: 10px;
  	background-repeat: no-repeat;
}

.olControlPanel.olControlNavigationItemActive { 
  	width:  10px;  
  	height: 10px;
  	background-image: url("../img/panZoom_on2.png");
  	background-repeat: no-repeat;
}
.olControlPanel.olControlNavigationItemInactive { 
  	Width:  30px;  
  	height: 30px;
  	background-image: url("../img/panZoom_off.png");
  	background-repeat: no-repeat;
}

