diff --git a/lib/slidenotes/notes.html b/lib/slidenotes/notes.html
index 58c25162..a0c945c8 100644
--- a/lib/slidenotes/notes.html
+++ b/lib/slidenotes/notes.html
@@ -1,85 +1,85 @@
-
-
+
+
- Slide Notes
+ Slide Notes
-
-
+ #next-slide {
+ width: 1280px;
+ height: 1024px;
+ border: 1px solid black;
+ -moz-transform: scale(0.25);
+ -moz-transform-origin: 0 0;
+ -o-transform: scale(0.25);
+ -o-transform-origin: 0 0;
+ -webkit-transform: scale(0.25);
+ -webkit-transform-origin: 0 0;
+ }
+
+
-
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
+
-
+ notes.innerHTML = data.notes;
+ slides.contentWindow.Reveal.navigateTo(data.indexh, data.indexv);
+ nextSlide.contentWindow.Reveal.navigateTo(data.nextindexh, data.nextindexv);
+ });
+
-
+