$(function(){
		if($(".rowGal").size()==0)
			$("a[href$=.jpg] img,a[href$=.JPG] img,a[href$=.png] img,a[href$=.PNG] img,a[href$=.gif] img,a[href$=.GIF] img,a[href$=.bmp] img,a[href$=.BMP] img").lightBox();
	else {
	$(".rowGal").each(function(){
		$(this).children("a").lightBox({overlayOpacity:"0.8"});
	});
	}
});
