$(function() {
	$('#mycarousel a').lightBox({
		fixedNavigation: true,
		overlayBgColor: '#202020',
		overlayOpacity: 0.6,
		imageLoading: 'imagens/loadinfo.net.gif',
		imageBtnClose: 'imagens/close.gif',
		containerResizeSpeed: 350,
		txtImage: 'Imagem',
		txtOf: 'de'
	});
});