Index: css/jlightbox.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jlightbox/css/jlightbox.css,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 jlightbox.css
--- css/jlightbox.css	19 Sep 2007 00:34:00 -0000	1.1.2.1
+++ css/jlightbox.css	11 Feb 2008 00:08:30 -0000
@@ -1,5 +1,6 @@
 /* $Id: jlightbox.css,v 1.1.2.1 2007/09/19 00:34:00 sun Exp $ */
 #lightbox{
+	display: none;
 	position: absolute;
 	left: 0;
 	width: 100%;
@@ -72,6 +73,7 @@
 #imageData #bottomNav { overflow: hidden; }	
 		
 #overlay{
+	display: none;
 	position: absolute;
 	top: 0;
 	left: 0;
