$(document).ready(function(){
	$('ul.albumfotos li a').lightBox({
		txtImage: "Imagem",
		txtOf: "de"
	});
});
