#showoff {
    width: 49%;
	left: 400px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#sphere, #flights, #glow-shadows, #locations, #drag {
    position: absolute;
    top: 150px;
    left: 699px;
    width: 400px;
    height: 400px;
}

#glow-shadows {
    top: 1px;
    left: 1px;
    top: 151px;
    left: 700px;
    
}

#glow-shadows.earth {
    background: url(../images/earth-glow-shadows.png);
}

.location {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 10px;
    top: 10px;
    background: white;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 50%;
    cursor: pointer;
}

.location:hover {
    width: 15px;
    height: 15px;
    margin-left: -7.5px;
    margin-top: -7.5px;
}

