
.overviewPanel_hidden{
	display:none;
}
.overviewPanel_show{
}

.zoominIcon { background-image:url(../mapapi/images/zoomin.png); width:24px; height:24px; }
.zoomoutIcon { background-image:url(../mapapi/images/zoomout.png); width:24px; height:24px; }
.panIcon {
	background-image: url(../mapapi/images/pan.png);
	width: 24px;
	height: 24px;
}
.zoomprevIcon {
	background-image: url(../mapapi/images/back.png);
	width: 24px;
	height: 24px;
}
.zoomnextIcon {
	background-image: url(../mapapi/images/forward.png);
	width: 24px;
	height: 24px;
}
.infoIcon {
	background-image: url(../mapapi/images/identify.png);
	width: 24px;
	height: 24px;
}