Index: js/jlightbox.uncompressed.js
===================================================================
--- js/jlightbox.uncompressed.js	(révision 634)
+++ js/jlightbox.uncompressed.js	(copie de travail)
@@ -202,7 +202,7 @@
 	//	resizeImageContainer()
 	//
 	resizeImageContainer: function(imgWidth, imgHeight) {
-		
+ 		$('#lightbox').width(imgWidth + 'px').css('left', (document.body.offsetWidth - imgWidth) / 2);
 		// get current width and height
 		this.widthCurrent = $('#outerImageContainer').width();
 		this.heightCurrent = $('#outerImageContainer').height();
