diff --git a/_layouts/v2.html b/_layouts/v2.html
index 415dbad4..a502f429 100644
--- a/_layouts/v2.html
+++ b/_layouts/v2.html
@@ -46,6 +46,11 @@
CM_URL = 'http://{s}.tile.cloudmade.com/d4fc77ea4a63471cab2423e66626cbb6/{styleId}/256/{z}/{x}/{y}.png';
+ MB_ATTR = 'Map data © OpenStreetMap contributors, ' +
+ 'CC-BY-SA, ' +
+ 'Imagery © Mapbox';
+ MB_URL = 'http://{s}.tiles.mapbox.com/v3/{id}/{z}/{x}/{y}.png';
+
OSM_URL = 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
OSM_ATTRIB = '© OpenStreetMap contributors';
diff --git a/docs/images/choropleth.png b/docs/images/choropleth.png
index c61deff6..89fca74b 100644
Binary files a/docs/images/choropleth.png and b/docs/images/choropleth.png differ
diff --git a/docs/images/custom-icons.png b/docs/images/custom-icons.png
index 68424029..5c479efc 100644
Binary files a/docs/images/custom-icons.png and b/docs/images/custom-icons.png differ
diff --git a/docs/images/geojson.png b/docs/images/geojson.png
index 06de1141..f81c3283 100644
Binary files a/docs/images/geojson.png and b/docs/images/geojson.png differ
diff --git a/docs/images/layers-control.png b/docs/images/layers-control.png
index 3738dbab..f2b29adc 100644
Binary files a/docs/images/layers-control.png and b/docs/images/layers-control.png differ
diff --git a/docs/images/mobile.png b/docs/images/mobile.png
index 7aa0539e..5a14f91e 100644
Binary files a/docs/images/mobile.png and b/docs/images/mobile.png differ
diff --git a/docs/images/quick-start.png b/docs/images/quick-start.png
index 5912a605..26c5c8ea 100644
Binary files a/docs/images/quick-start.png and b/docs/images/quick-start.png differ