diff --git a/GPW_Smart/WebMasterPages/JQMob.Master b/GPW_Smart/WebMasterPages/JQMob.Master
index 23f8521..aa53062 100644
--- a/GPW_Smart/WebMasterPages/JQMob.Master
+++ b/GPW_Smart/WebMasterPages/JQMob.Master
@@ -67,11 +67,9 @@
diff --git a/GPW_Smart/WebUserControls/mod_opzioniSx.ascx b/GPW_Smart/WebUserControls/mod_opzioniSx.ascx
new file mode 100644
index 0000000..cf10aa8
--- /dev/null
+++ b/GPW_Smart/WebUserControls/mod_opzioniSx.ascx
@@ -0,0 +1,79 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_opzioniSx.ascx.cs" Inherits="GPW_Smart.WebUserControls.mod_opzioniSx" %>
+
+
+

+
+
+
+

+
+
+
+
+ Jane Doe
+ Super Power User
+
+
+
+
+
+
+
+
+
+
+
+
Real-World-Examples
+
+
+
+
+
diff --git a/GPW_Smart/WebUserControls/mod_opzioniSx.ascx.cs b/GPW_Smart/WebUserControls/mod_opzioniSx.ascx.cs
new file mode 100644
index 0000000..8ab3c84
--- /dev/null
+++ b/GPW_Smart/WebUserControls/mod_opzioniSx.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GPW_Smart.WebUserControls
+{
+ public partial class mod_opzioniSx : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GPW_Smart/WebUserControls/mod_opzioniSx.ascx.designer.cs b/GPW_Smart/WebUserControls/mod_opzioniSx.ascx.designer.cs
new file mode 100644
index 0000000..7c213ad
--- /dev/null
+++ b/GPW_Smart/WebUserControls/mod_opzioniSx.ascx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace GPW_Smart.WebUserControls
+{
+
+
+ public partial class mod_opzioniSx
+ {
+ }
+}