diff --git a/example/css/jquery.jOrgChart.css b/example/css/jquery.jOrgChart.css
index 4036a2c..f5c62ac 100644
--- a/example/css/jquery.jOrgChart.css
+++ b/example/css/jquery.jOrgChart.css
@@ -35,4 +35,16 @@
display : inline-block;
width : 96px;
height : 60px;
+ z-index : 10;
+}
+
+/* jQuery drag 'n drop */
+
+.drag-active {
+ border-style : dotted !important;
+}
+
+.drop-hover {
+ border-style : solid !important;
+ border-color : #E05E00 !important;
}
diff --git a/example/example.html b/example/example.html
index c6d51a7..b22dd7f 100644
--- a/example/example.html
+++ b/example/example.html
@@ -7,13 +7,18 @@
+
+
+
+