Test.
diff --git a/_index.html b/_index.html
index 00244ac..1eaf667 100644
--- a/_index.html
+++ b/_index.html
@@ -76,7 +76,7 @@
 
 <div>
 <a class="gallery" rel="prettyPhoto[all]" 
-title="Xtext in less than a minute" href="http://www.youtube.com/watch?v=1bVVptIEjoA">
+title="Xtext in less than a minute" href="http://www.youtube.com/watch?v=pSYzf_p6StY">
 <img src="images/screenicons/overview.jpg"/>
 <div class="overlay"></div>
 </a>
@@ -175,7 +175,7 @@
 
 <script type="text/javascript" charset="utf-8">
 $(document).ready(function(){
-	$("a.gallery[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'light_square',slideshow:2000,default_width: 640, default_height: 480, opacity: 0.40, slideshow: false});
+	$("a.gallery[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'normal',theme:'light_square',opacity: 0.40,default_width:"640",default_height:"385"});
 //	$("a.featureScreencast").add('div').addClass("overlay");
 });
 </script>