Hmmm...
diff --git a/_index.html b/_index.html
index 8d70018..cf6c0d7 100644
--- a/_index.html
+++ b/_index.html
@@ -76,18 +76,16 @@
 Find out more about ABM and AMP in these presentations.. (Externally hosted.)<BR />
 
 <div>
-<a class="featureScreencast gallery" rel="prettyPhoto" 
+<a class="featureScreencast gallery" rel="prettyPhoto[all]" 
 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>
 </div>
 
 <div>
-<a class="featureScreencast gallery" rel="prettyPhoto" 
+<a class="featureScreencast gallery" rel="prettyPhoto[all]" 
 title="Xtext in less than a minute" href="http://vimeo.com/12824853" >
 <img src="images/screenicons/overview.jpg"/>
-<div class="overlay"></div>
 </a>
 </div>
 
@@ -178,7 +176,6 @@
 
 <script type="text/javascript" charset="utf-8">
 $(document).ready(function(){
-	$(document).ready(function(){
-		$("a[rel^='prettyPhoto']").prettyPhoto();
-	});
+	$("a.gallery[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'normal',theme:'light_square',opacity: 0.40,default_width:"853",default_height:"505 "});
+	<script type="text/javascript" charset="utf-8">
 </script>