.dot-number { border: 0; height: 18px; width: 18px; }
.dot-number:hover { width: 24px; height: 24px; }
.dot-number-hover { border:0; width: 24px; height: 24px; }

/* legacy old lands page*/



/*updated lands page */


/* store as park id. javascript pulls up via "#_dot"+dataParkId  */
#dot_441 { position: absolute; left: 97px;  top: 165px; }                      /* aegir's hall */
#dot_919 { position: absolute; left: 250px; top: 330px; }                     /* ashen grove */
#dot_598 { position: absolute; left: 72px;  top: 171px; }                     /* aureas saltus */
#dot_658 { position: absolute; left: 82px;  top: 173px; }                      /* belial peaks */
#dot_872 { position: absolute; left: 99px;  top: 240px; }                     /* boarhaven */
#dot_657 { position: absolute; left: 211px; top: 340px; }                     /* brememn's fortress -> Ehtereal Hollow*/
#dot_765 { position: absolute; left: 148px; top: 217px; }                     /* clockwork spires */
#dot_44  { position: absolute; left: 50px;  top: 156px; }                      /* crimson wood */
#dot_192 { position: absolute; left: 148px; top: 122px; }                     /* fal dare */
#dot_525 { position: absolute; left: 120px;  top: 140px; }                      /* mistyvale - Stonehearth*/
#dot_1014{ position: absolute; left: 65px;  top: 40px; }                      /* mystic mountain */
#dot_307 { position: absolute; left: 73px;  top: 198px; }                      /* nymyrs sanctum */
#dot_128 { position: absolute; left: 117px; top: 285px; }                     /* seven sleeping dragons */
#dot_246 { position: absolute; left: 231px; top: 367px; }                     /* siar geata */
#dot_236 { position: absolute; left: 99px;  top: 143px; }                      /* thor's refuge */
#dot_817 { position: absolute; left: 190px; top: 295px; }                     /* quixotic valley */
#dot_814 { position: absolute; left: 123px; top: 174px; }                     /* valonde */
#dot_672 { position: absolute; left: 201px; top: 328px; }                     /* valley of the fallen */
#dot_84  { position: absolute; left: 74px;  top: 213px; }                      /* wavehaven */ 
#dot_132 { position: absolute; left: 65px;  top: 174px; }                      /* wyverns spur */
#dot_476 { position: absolute; left: 110px; top: 348px; }                      /* skyfire bay */
#dot_1068 { position: absolute; left: 70px;  top: 185px; }                      /* Wildmire */ 
#dot_1033 { position: absolute; left: 210px; top: 350px; }                      /* Anduril */




@keyframes sol-orbit {
	0% { opacity: 0; top: 0px; left: 0px; }
	10% { opacity: 1; top: 30px; left: 34.5px } 
	90% { opacity: 1; top: 270px; left: 300.5px }
	100% { opacity: 0; top: 300px; left: 345px; }
}

#dot-sol { position: absolute; opacity: 0; left: 0px; top: 0px; 
   animation-name: sol-orbit; animation-duration: 120s; animation-delay: 60s; animation-iteration-count: infinite; animation-timing-function: linear; }
