simple
diff --git a/_index.html b/_index.html
index 0d8f417..e3e1a24 100644
--- a/_index.html
+++ b/_index.html
@@ -178,7 +178,7 @@
 
 <script type="text/javascript" charset="utf-8">
 $(document).ready(function(){
-	$("a.gallery[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'normal',theme:'light_square',opacity: 0.40,default_width:"853",default_height:"505 "});
-//	$("a.featureScreencast").add('div').addClass("overlay");
-});
+	$(document).ready(function(){
+		$("a[rel^='prettyPhoto']").prettyPhoto();
+	});
 </script>