Index: src/django_gheat/wlheatmap/static/heatmap.js
===================================================================
--- src/django_gheat/wlheatmap/static/heatmap.js	(revision 9582)
+++ src/django_gheat/wlheatmap/static/heatmap.js	(revision 9583)
@@ -17,9 +17,13 @@
 
   map = new OpenLayers.Map('heatmap', {
+    theme: null,
     controls: [
       new OpenLayers.Control.Navigation(),
       new OpenLayers.Control.Permalink(),
       new OpenLayers.Control.PanZoomBar(),
-      new OpenLayers.Control.OverviewMap({ maximized : true }),
+      new OpenLayers.Control.OverviewMap({ 
+        maximized : true,
+        mapOptions: { theme: null, },
+      }),
       new OpenLayers.Control.MousePosition({ 'displayProjection' : projection_wgs }),
       /**
Index: src/django_gheat/wlheatmap/static/style.css
===================================================================
--- src/django_gheat/wlheatmap/static/style.css	(revision 9582)
+++ src/django_gheat/wlheatmap/static/style.css	(revision 9583)
@@ -273,2 +273,18 @@
   z-index:2;
 }
+
+div.olControlOverviewMapElement {
+  background-color: #BA0000;
+}
+
+div.olControlMousePosition {
+  bottom: auto;
+  right: 50px;
+  top: 0px;
+
+}
+
+div.olControlPermalink {
+  bottom: auto;
+  top: 0px;
+}
Index: src/django_gheat/wlheatmap/templates/home.html
===================================================================
--- src/django_gheat/wlheatmap/templates/home.html	(revision 9582)
+++ src/django_gheat/wlheatmap/templates/home.html	(revision 9583)
@@ -1,4 +1,5 @@
 <html>
 <head>
+  <link type="text/css" href="{{ STATIC_URL }}theme/default/style.css" rel="stylesheet" />
   <link type="text/css" href="{{ STATIC_URL }}style.css" rel="stylesheet" />
   <link type="text/css" href="{{ STATIC_URL }}jquery-ui-1.8.13.custom.css" rel="Stylesheet" />	
