#container {
    position: relative;
    display: inline-block;
    width:365px;
    height:240px;
	float:right;
	margin-bottom: 25px;
}

#location {
   position: absolute;
    cursor: pointer;
	color:#F00;
}

#location:before { 
content:"\00d7"; 
}

#location:hover {
    width: 10px;
    height: 10px;
    margin-left: -7.5px;
    margin-top: -7.5px;
}

#sphere,#locations{
    position: absolute;
    top: 0px;
    left:60px;
    width:250px;
    height:250px;
}
