Stas1985,
Дублирования не заметил. В спан, мне кажется, лучше добавить стиль
// Call the load function with the href attribute of the item
loadImage(items.eq(index).attr('href'), function(){
placeholders.eq(index).html(this);
placeholders.eq(index).append("<span style='display:block;position:relative;bottom:20px;'>" + items.eq(index).children('img').attr('alt') + "</span>");
});
}
Почему исчезли спаны из container_image_all?