diff --git a/ie7/ie7.css b/ie7/ie7.css
deleted file mode 100755
index 93dadf258..000000000
--- a/ie7/ie7.css
+++ /dev/null
@@ -1,117 +0,0 @@
-.cui-basket-loaded {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-bell {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-calculator {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-calendar {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-camera {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-chart {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-cloud-download {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-cursor {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-cursor-move {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-drop {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-energy {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-envelope-letter {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-equalizer {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-globe {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-graph {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-home {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-layers {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-list {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-location-pin {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-map {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-note {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-options {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-pencil {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-people {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-pie-chart {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-puzzle {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-screen-desktop {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-screen-smartphone {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-settings {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-social-facebook {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-social-skype {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-social-twitter {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-speech {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-speedometer {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-star {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-user {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-user-female {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-user-follow {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.cui-user-unfollow {
- *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
diff --git a/ie7/ie7.js b/ie7/ie7.js
deleted file mode 100755
index 3b3b1b7a4..000000000
--- a/ie7/ie7.js
+++ /dev/null
@@ -1,70 +0,0 @@
-/* To avoid CSS expressions while still supporting IE 7 and IE 6, use this script */
-/* The script tag referencing this file must be placed before the ending body tag. */
-
-/* Use conditional comments in order to target IE 7 and older:
-
-
-
-*/
-
-(function() {
- function addIcon(el, entity) {
- var html = el.innerHTML;
- el.innerHTML = '' + entity + '' + html;
- }
- var icons = {
- 'cui-basket-loaded': '',
- 'cui-bell': '',
- 'cui-calculator': '',
- 'cui-calendar': '',
- 'cui-camera': '',
- 'cui-chart': '',
- 'cui-cloud-download': '',
- 'cui-cursor': '',
- 'cui-cursor-move': '',
- 'cui-drop': '',
- 'cui-energy': '',
- 'cui-envelope-letter': '',
- 'cui-equalizer': '',
- 'cui-globe': '',
- 'cui-graph': '',
- 'cui-home': '',
- 'cui-layers': '',
- 'cui-list': '',
- 'cui-location-pin': '',
- 'cui-map': '',
- 'cui-note': '',
- 'cui-options': '',
- 'cui-pencil': '',
- 'cui-people': '',
- 'cui-pie-chart': '',
- 'cui-puzzle': '',
- 'cui-screen-desktop': '',
- 'cui-screen-smartphone': '',
- 'cui-settings': '',
- 'cui-social-facebook': '',
- 'cui-social-skype': '',
- 'cui-social-twitter': '',
- 'cui-speech': '',
- 'cui-speedometer': '',
- 'cui-star': '',
- 'cui-user': '',
- 'cui-user-female': '',
- 'cui-user-follow': '',
- 'cui-user-unfollow': '',
- '0': 0
- },
- els = document.getElementsByTagName('*'),
- i, c, el;
- for (i = 0; ; i += 1) {
- el = els[i];
- if(!el) {
- break;
- }
- c = el.className;
- c = c.match(/cui-[^\s'"]+/);
- if (c && icons[c[0]]) {
- addIcon(el, icons[c[0]]);
- }
- }
-}());