/* City Placement, anchors for the panoramas */
#car {
  display: block;
  width: 100px;
  height: 70px;
  top: 0;
  left: 0;
  position: absolute;
  background: none;
}
#map ul li#default_city {
  height: 1px;
  width: 1px;
  overflow: hidden;
  top: 0;
  left: 0;
  display: none;
}

#newport_city {
  top: 20px;
  left: 301px;
}
#newbloomfield_city {
  top: 78px;
  left: 299px;
}
#duncannon_city {
  top: 96px;
  left: 370px;
}
#hamburg_city {
  top: 8px;
  left: 802px;
}
#lebanon_city {
  top: 101px;
  left: 618px;
}
#reading_city {
  top: 120px;
  left: 774px;
}
#boyertown_city {
  top: 139px;
  left: 880px;
}
#carlisle_city {
  top: 197px;
  left: 289px;
}
#mechanicsburg_city {
  top: 180px;
  left: 353px;
}
#harrisburg_city {
  top: 160px;
  left: 415px;
}
#hershey_city {
  top: 144px;
  left: 499px;
}
#annville_city {
  top: 128px;
  left: 553px;
}
#middletown_city {
  top: 195px;
  left: 509px;
}
#mtgretna_city {
  top: 175px;
  left: 610px;
}
#shippensburg_city {
  top: 250px;
  left: 175px;
}
#mercersburg_city {
  top: 354px;
  left: 14px;
}
#greencastle_city {
  top: 370px;
  left: 88px;
}
#chambersburg_city {
  top: 309px;
  left: 125px;
}
#fairfield_city {
  top: 388px;
  left: 226px;
}
#gettysburg_city {
  top: 365px;
  left: 285px;
}
#newoxford_city {
  top: 353px;
  left: 354px;
}
#hanover_city {
  top: 406px;
  left: 387px;
}
#york_city {
  top: 310px;
  left: 475px;
}
#wrightsville_city {
  top: 280px;
  left: 549px;
}
#lancaster_city {
  top: 258px;
  left: 635px;
}
#intercourse_city {
  top: 272px;
  left: 733px;
}
#strasburg_city {
  top: 325px;
  left: 713px;
}
/* Panorama images */
#default .panorama {
  background: url('images/panoramas/default.png') bottom center no-repeat transparent;
}
#newport .panorama {
  background: url('images/panoramas/newport.png') bottom center no-repeat transparent;
}
#newbloomfield .panorama {
  background: url('images/panoramas/newbloomfield.png') bottom center no-repeat transparent;
}
#duncannon .panorama {
  background: url('images/panoramas/duncannon.png') bottom center no-repeat transparent;
}
#hamburg .panorama {
  background: url('images/panoramas/hamburg.png') bottom center no-repeat transparent;
}
#lebanon .panorama {
  background: url('images/panoramas/lebanon.png') bottom center no-repeat transparent;
}
#reading .panorama {
  background: url('images/panoramas/reading.png') bottom center no-repeat transparent;
}
#boyertown .panorama {
  background: url('images/panoramas/boyertown.png') bottom center no-repeat transparent;
}
#carlisle .panorama {
  background: url('images/panoramas/carlisle.png') bottom center no-repeat transparent;
}
#mechanicsburg .panorama {
  background: url('images/panoramas/mechanicsburg.png') bottom center no-repeat transparent;
}
#harrisburg .panorama {
  background: url('images/panoramas/harrisburg.png') bottom center no-repeat transparent;
}
#hershey .panorama {
  background: url('images/panoramas/hershey.png') bottom center no-repeat transparent;
}
#annville .panorama {
  background: url('images/panoramas/annville.png') bottom center no-repeat transparent;
}
#middletown .panorama {
  background: url('images/panoramas/middletown.png') bottom center no-repeat transparent;
}
#mtgretna .panorama {
  background: url('images/panoramas/mtgretna.png') bottom center no-repeat transparent;
}
#shippensburg .panorama {
  background: url('images/panoramas/shippensburg.png') bottom center no-repeat transparent;
}
#mercersburg .panorama {
  background: url('images/panoramas/mercersburg.png') bottom center no-repeat transparent;
}
#greencastle .panorama {
  background: url('images/panoramas/greencastle.png') bottom center no-repeat transparent;
}
#chambersburg .panorama {
  background: url('images/panoramas/chambersburg.png') bottom center no-repeat transparent;
}
#fairfield .panorama {
  background: url('images/panoramas/fairfield.png') bottom center no-repeat transparent;
}
#gettysburg .panorama {
  background: url('images/panoramas/gettysburg.png') bottom center no-repeat transparent;
}
#newoxford .panorama {
  background: url('images/panoramas/newoxford.png') bottom center no-repeat transparent;
}
#hanover .panorama {
  background: url('images/panoramas/hanover.png') bottom center no-repeat transparent;
}
#york .panorama {
  background: url('images/panoramas/york.png') bottom center no-repeat transparent;
}
#wrightsville .panorama {
  background: url('images/panoramas/wrightsville.png') bottom center no-repeat transparent;
}
#lancaster .panorama {
  background: url('images/panoramas/lancaster.png') bottom center no-repeat transparent;
}
#intercourse .panorama {
  background: url('images/panoramas/intercourse.png') bottom center no-repeat transparent;
}
#strasburg .panorama {
  background: url('images/panoramas/strasburg.png') bottom center no-repeat transparent;
}
