$(document).ready(
	function() {
		$(function() {
			$("a[@rel=ampliar-foto]").lightBox({
				imageLoading: "imagens/botoes-navegacao/carregando.gif",
				imageBtnPrev: "imagens/botoes-navegacao/anterior.gif",
				imageBtnNext: "imagens/botoes-navegacao/proxima.gif",
				imageBtnClose: "imagens/botoes-navegacao/fechar.gif"
			});
		});
	}
);