function product_images(id) {
	var this_gallery = "#" + id + " a.lightbox:first";
	$(this_gallery).click();
}
