$(window).bind('load', function() {
	 $('a.gallery').lightBox();
	 $('div.gallery').lightBox();
});

