$(document).ready(function() {
						   var lbOptions = {
							   imageBtnClose: '../css/images/close.gif',
							   imageLoading: '../css/images/loading.gif'
						   }
						   $('#gallery a').lightBox(lbOptions);
						   });
