#globeSkin
{
    position: relative;
    clear: both;
}


#globeSkin .core
{
		margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: default;
    background-color: #fff;
    cursor: url(http://www.google.com/intl/en_ALL/mapfiles/openhand.cur), default;
    overflow: hidden; 
}

#globeSkin .core .tile
{
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}

.mapad
{
    cursor: hand;
}

#globeSkin .info
{
	position:absolute;
  display: none;
  bottom: 0;
}