$("#tabeladois").ready(function () {
	$("#tabeladois").css("background-image","url("+galleryImages.images[shownImage].src+")");
});

