Index: trunk/styles/standard/elemstyles.mapcss
===================================================================
--- trunk/styles/standard/elemstyles.mapcss	(revision 7198)
+++ trunk/styles/standard/elemstyles.mapcss	(revision 7199)
@@ -655,7 +655,9 @@
 }
 node[highway=mini_roundabout] {
+    icon-image: "vehicle/restriction/roundabout_left.png";
+    text: auto;
+}
+node:righthandtraffic[highway=mini_roundabout] {
     icon-image: "vehicle/restriction/roundabout_right.png";
-/*    icon-image: "vehicle/restriction/roundabout_left.png";*/
-    text: auto;
 }
 node[highway=stop] {
@@ -801,6 +803,9 @@
 
 node[junction=roundabout] {
+    icon-image: "vehicle/restriction/roundabout_left.png";
+    text: auto;
+}
+node:righthandtraffic[junction=roundabout] {
     icon-image: "vehicle/restriction/roundabout_right.png";
-    text: auto;
 }
 
