diff --git a/pizzagate/wayfair.css b/pizzagate/wayfair.css
deleted file mode 100644
index 39cb2fc..0000000
--- a/pizzagate/wayfair.css
+++ /dev/null
@@ -1,35 +0,0 @@
-div.figure1 {
- position:absolute;
- left: 15%;
- top: 15%;
-}
-
-div.figure2 {
- position:absolute;
- left: 70%;
- top: 30%;
-}
-
-div.figure3 {
- position:absolute;
- right: 10%;
- top: 75%;
-}
-
-div.figure4 {
- position:absolute;
- left: 50%;
- top: 50%;
-}
-
-div.figure5 {
- position:absolute;
- left:45%;
- top: 10%;
-}
-
-div.figure6 {
- position:absolute;
- left:10%;
- bottom: 15%;
-}
\ No newline at end of file
diff --git a/pizzagate/wayfair.html b/pizzagate/wayfair.html
deleted file mode 100644
index 9e226fd..0000000
--- a/pizzagate/wayfair.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
- wayfair
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pizzagate/wayfair.js b/pizzagate/wayfair.js
deleted file mode 100644
index 5e39d6c..0000000
--- a/pizzagate/wayfair.js
+++ /dev/null
@@ -1,39 +0,0 @@
-$(document).ready(function() {
-
- $("#forniture1").hover(
- function(){ $("#forniture1").hide()},
- function(){ $("#child1").show()
- });
-
- $("#forniture2").hover(
- function(){ $("#forniture2").hide()},
- function(){ $("#child2").show()
- });
-
- $("#forniture3").hover(
- function(){ $("#forniture3").hide()},
- function(){ $("#child3").show()
- });
-
- $("#forniture4").hover(
- function(){ $("#forniture4").hide()},
- function(){ $("#child4").show()
- });
-
- $("#forniture5").hover(
- function(){ $("#forniture5").hide()},
- function(){ $("#child5").show()
- });
-
- $("#forniture6").hover(
- function(){ $("#forniture6").hide()},
- function(){ $("#child6").show()
- });
-
-
-
-
-
-
-
- });;
\ No newline at end of file
diff --git a/wayfair/wayfair.html b/wayfair/wayfair.html
index eb3a0e6..f52914e 100644
--- a/wayfair/wayfair.html
+++ b/wayfair/wayfair.html
@@ -7,7 +7,8 @@