diff --git a/ui/gallery.html b/ui/gallery.html
index 9ab101d1..6ab44481 100755
--- a/ui/gallery.html
+++ b/ui/gallery.html
@@ -82,9 +82,9 @@ function handleClick(e) {
 
 	// center the current image...
 	field.css({
-			left: field_offset.left - image_offset.left + (container.innerWidth() - cur.innerWidth())/2, 
-			top: field_offset.top - image_offset.top + (container.innerHeight() - cur.innerHeight())/2 
-		})
+		left: field_offset.left - image_offset.left + (container.innerWidth() - cur.innerWidth())/2, 
+		top: field_offset.top - image_offset.top + (container.innerHeight() - cur.innerHeight())/2 
+	})
 
 
 	// XXX do I need this???
@@ -512,8 +512,8 @@ function demoteImage(){
 
 
 
-
-
+
+