<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,7 +11,7 @@
 		&lt;script src=&quot;../jquery.lightBoxFu.js&quot;&gt;&lt;/script&gt;
 		&lt;script type=&quot;text/javascript&quot;&gt;
 			$(function() {
-				$.lightBoxFu.initialize({imagesPath: 'images/', stylesheetsPath: '../stylesheets/'});
+				$.lightBoxFu.initialize({imagesPath: '../images/', stylesheetsPath: '../stylesheets/'});
      			$('.normal').lightBoxFu({html: &quot;&lt;strong&gt;Some&lt;/strong&gt; nasty text!&quot;});
      			$('.no-close').lightBoxFu({html: &quot;You can't &lt;strong&gt;close&lt;/strong&gt; me!&quot;, closeOnClick: false});
 			});</diff>
      <filename>example/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@
       if($('#lightboxfu').length == 0) {
 	  	options = {stylesheetsPath: '/stylesheets/', imagesPath: '/images/'};
 	  	jQuery.extend(options, o);
-        html = '&lt;div id=&quot;lightboxfu&quot;&gt;&lt;div id=&quot;lOverlay&quot;&quot;&gt;&lt;div id=&quot;lWindow&quot;&gt;&lt;div id=&quot;lInner&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;';
+        html = '&lt;div id=&quot;lightboxfu&quot;&gt;&lt;div id=&quot;lOverlay&quot; style=&quot;background: url('+options.imagesPath+'overlay.png);&quot;&gt;&lt;div id=&quot;lWindow&quot;&gt;&lt;div id=&quot;lInner&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;';
 		html += '&lt;link href=&quot;'+options.stylesheetsPath+'lightbox-fu.css&quot; media=&quot;screen&quot; rel=&quot;Stylesheet&quot; type=&quot;text/css&quot; /&gt;';
 		if ($.browser.msie &amp;&amp; $.browser.version == '6.0') {
 			html += '&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;'+options.stylesheetsPath+'lightbox-fu-ie6.css&quot; /&gt;';
@@ -24,7 +24,6 @@
 			html += '&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;'+options.stylesheetsPath+'lightbox-fu-ie7.css&quot; /&gt;';
 		}
         $('body').append(html);
-		$('lOverlay').css('background', 'url('+options.imagesPath+'overlay.png)');
       }
     },
     open: function(options) {</diff>
      <filename>jquery.lightBoxFu.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b7ba7f83bc94ca37fe2a0a87b8be04df79f93a94</id>
    </parent>
  </parents>
  <author>
    <name>Peter Sarnacki</name>
    <email>drogus@gmail.com</email>
  </author>
  <url>http://github.com/drogus/lightbox-fu/commit/766e78cbd892c78adbc3c97ac6bac6f85a174187</url>
  <id>766e78cbd892c78adbc3c97ac6bac6f85a174187</id>
  <committed-date>2008-06-24T10:34:11-07:00</committed-date>
  <authored-date>2008-06-24T10:34:11-07:00</authored-date>
  <message>Explorer... is real pain</message>
  <tree>31b9840b0acd4ffc517506f72f16233f268e49d7</tree>
  <committer>
    <name>Peter Sarnacki</name>
    <email>drogus@gmail.com</email>
  </committer>
</commit>
