Index: trunk/data/defaultpresets.xml
===================================================================
--- trunk/data/defaultpresets.xml	(revision 7853)
+++ trunk/data/defaultpresets.xml	(revision 7854)
@@ -989,5 +989,5 @@
     </group> <!-- Ways -->
     <group name="Waypoints" icon="presets/waypoints.png">
-        <item name="Motorway Junction" icon="presets/motorway_exit.png" type="node" preset_name_label="true">
+        <item name="Motorway Junction" icon="styles/standard/vehicle/motorway_junction.svg" type="node" preset_name_label="true">
             <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=motorway_junction"
                   de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=motorway_junction"
Index: trunk/styles/standard/elemstyles.mapcss
===================================================================
--- trunk/styles/standard/elemstyles.mapcss	(revision 7853)
+++ trunk/styles/standard/elemstyles.mapcss	(revision 7854)
@@ -723,5 +723,5 @@
 }
 node[highway=motorway_junction] {
-    icon-image: "vehicle/exit.png";
+    icon-image: "vehicle/motorway_junction.svg";
     set icon_z17;
     text: auto;
@@ -775,4 +775,7 @@
     set icon_z17;
     text: auto;
+}
+area[highway=elevator] {
+    fill-color: elevator#a6bace;
 }
 node[highway=elevator] {
