diff --git a/css/MarkerCluster.Default.css b/css/MarkerCluster.Default.css
deleted file mode 100644
index 43151ac..0000000
--- a/css/MarkerCluster.Default.css
+++ /dev/null
@@ -1,50 +0,0 @@
-.marker-cluster-launch {
- background-color: rgba(0, 0, 0, 0.1);
- border-style: solid;
- border-width: 3px;
- border-color: black;
- }
-.marker-cluster-station {
- background-color: rgba(0, 128, 0, 0.1);
- border-style: solid;
- border-width: 3px;
- border-color: rgb(0, 128, 0);
- }
-
- /* IE 6-8 fallback colors */
-.leaflet-oldie .marker-cluster-launch {
- background-color: rgb(0, 0, 0);
- }
-.leaflet-oldie .marker-cluster-station {
- background-color: rgb(0, 128, 0);
- }
-
-.marker-cluster {
- background-clip: padding-box;
- border-radius: 20px;
- }
-.marker-cluster-launch div {
- width: 30px;
- height: 30px;
- margin-left: 5px;
- margin-top: 5px;
- color: black;
-
- text-align: center;
- border-radius: 15px;
- font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
- }
-.marker-cluster-station div {
- width: 30px;
- height: 30px;
- margin-left: 5px;
- margin-top: 5px;
- color: black;
-
- text-align: center;
- border-radius: 15px;
- font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
- }
-.marker-cluster span {
- line-height: 30px;
- }
\ No newline at end of file
diff --git a/css/MarkerCluster.css b/css/MarkerCluster.css
deleted file mode 100644
index c60d71b..0000000
--- a/css/MarkerCluster.css
+++ /dev/null
@@ -1,14 +0,0 @@
-.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
- -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
- -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
- -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
- transition: transform 0.3s ease-out, opacity 0.3s ease-in;
-}
-
-.leaflet-cluster-spider-leg {
- /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
- -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
- -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
- -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
- transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
-}
diff --git a/index.html b/index.html
index 3e7612b..533732d 100644
--- a/index.html
+++ b/index.html
@@ -22,8 +22,6 @@
-
-