.ui-geomap { position: relative; overflow: hidden; width: 100%; height: 100%; cursor: default; }
.ui-geomap-map { position: absolute; top: 0; left: 0; width: 100%; height: 100%; outline: none; }
.ui-geomap-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-geomap-tile { position: absolute; width: 256px; height: 256px; }
.ui-geomap-controller { position: absolute; z-index: 1000; }
