<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,4 +18,4 @@ it also add support for videos, flash, YouTube, iFrame. It's a full blown
 media modal box.
 
 Please refer to http://www.no-margin-for-errors.com/projects/prettyPhoto/
-for all the details on how to use.
\ No newline at end of file
+for all the details on how to use. </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -180,6 +180,7 @@
 				}
 				
 				.pp_nav {
+					clear: left;
 					float: left;
 					margin: 3px 0 0 0;
 				}</diff>
      <filename>css/prettyPhoto.css</filename>
    </modified>
    <modified>
      <diff>@@ -34,7 +34,7 @@
 		
 		&lt;h4&gt;Gallery&lt;/h4&gt;
 		&lt;ul class=&quot;gallery clearfix&quot;&gt;
-			&lt;li&gt;&lt;a href=&quot;images/fullscreen/1.jpg&quot; rel=&quot;prettyPhoto[gallery1]&quot; title=&quot;You can add caption to pictures.&quot;&gt;&lt;img src=&quot;images/thumbnails/t_1.jpg&quot; width=&quot;60&quot; height=&quot;60&quot; alt=&quot;Red round shape&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
+			&lt;li&gt;&lt;a href=&quot;images/fullscreen/1.jpg&quot; rel=&quot;prettyPhoto[gallery1]&quot; title=&quot;You can add caption to pictures. You can add caption to pictures. You can add caption to pictures.&quot;&gt;&lt;img src=&quot;images/thumbnails/t_1.jpg&quot; width=&quot;60&quot; height=&quot;60&quot; alt=&quot;Red round shape&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
 			&lt;li&gt;&lt;a href=&quot;images/fullscreen/2.jpg&quot; rel=&quot;prettyPhoto[gallery1]&quot;&gt;&lt;img src=&quot;images/thumbnails/t_2.jpg&quot; width=&quot;60&quot; height=&quot;60&quot; alt=&quot;Nice building&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
 			&lt;li&gt;&lt;a href=&quot;images/fullscreen/3.jpg&quot; rel=&quot;prettyPhoto[gallery1]&quot;&gt;&lt;img src=&quot;images/thumbnails/t_3.jpg&quot; width=&quot;60&quot; height=&quot;60&quot; alt=&quot;Fire!&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
 			&lt;li&gt;&lt;a href=&quot;images/fullscreen/4.jpg&quot; rel=&quot;prettyPhoto[gallery1]&quot;&gt;&lt;img src=&quot;images/thumbnails/t_4.jpg&quot; width=&quot;60&quot; height=&quot;60&quot; alt=&quot;Rock climbing&quot; /&gt;&lt;/a&gt;&lt;/li&gt;</diff>
      <filename>index.html</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@
 	Class: prettyPhoto
 	Use: Lightbox clone for jQuery
 	Author: Stephane Caron (http://www.no-margin-for-errors.com)
-	Version: 2.5.3
+	Version: 2.5.4
 ------------------------------------------------------------------------- */
 
 (function($) {
-	$.prettyPhoto = {version: '2.5.3'};
+	$.prettyPhoto = {version: '2.5.4'};
 	
 	$.fn.prettyPhoto = function(settings) {
 		settings = jQuery.extend({
@@ -24,7 +24,7 @@
 		}, settings);
 		
 		// Fallback to a supported theme for IE6
-		if($.browser.msie &amp;&amp; $.browser.version == 6){
+		if(!$.support.opacity){
 			settings.theme = &quot;light_square&quot;;
 		}
 		
@@ -40,7 +40,7 @@
 		var doresize = true, percentBased = false, correctSizes,
 		
 		// Cached selectors
-		$pp_pic_holder, $ppt, settings,
+		$pp_pic_holder, $ppt,
 		
 		// prettyPhoto container specific
 		pp_contentHeight, pp_contentWidth, pp_containerHeight, pp_containerWidth, pp_type = 'image',</diff>
      <filename>js/jquery.prettyPhoto.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>32f6473fdbf9ef835cd295bfb7351667963d766f</id>
    </parent>
  </parents>
  <author>
    <name>Stephane Caron</name>
    <email>scaron@Stephane-Carons-MacBook-Pro.local</email>
  </author>
  <url>http://github.com/scaron/prettyphoto/commit/73ee8ae05f0dc990f1f380c86c78ee8f0f11d41e</url>
  <id>73ee8ae05f0dc990f1f380c86c78ee8f0f11d41e</id>
  <committed-date>2009-10-15T11:43:16-07:00</committed-date>
  <authored-date>2009-10-15T11:43:16-07:00</authored-date>
  <message>Version 2.5.4, fix bug bottom nav, change browser detection to use the new one from jQuery 1.3</message>
  <tree>0fb52846587e208be2fd1b21072407a134003ce5</tree>
  <committer>
    <name>Stephane Caron</name>
    <email>scaron@Stephane-Carons-MacBook-Pro.local</email>
  </committer>
</commit>
