diff --git a/css/gen-window.css b/css/gen-window.css
index cf38aa06..c782baef 100644
--- a/css/gen-window.css
+++ b/css/gen-window.css
@@ -81,6 +81,7 @@
#winamp2-js .gen-middle-center {
flex-grow: 1;
+ position: relative;
}
#winamp2-js .gen-middle-right {
diff --git a/js/components/AvsWindow/index.js b/js/components/AvsWindow/index.js
new file mode 100644
index 00000000..c48c79ae
--- /dev/null
+++ b/js/components/AvsWindow/index.js
@@ -0,0 +1,21 @@
+import React from "react";
+import GenWindow from "../GenWindow";
+import "../../../css/gen-window.css";
+
+const AvsWindow = () => (
+