
$(document).ready(function() {
	$(function() {
		$('.caixaImagem a').lightBox({
			fixedNavigation:false,
			imageLoading:			'/imagens/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
			imageBtnPrev:			'/imagens/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
			imageBtnNext:			'/imagens/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
			imageBtnClose:			'/imagens/lightbox-btn-close.gif',			// (string) Path and the name of the close btn
			imageBlank:				'/imagens/lightbox-blank.gif',
			txtImage:				'Imagem',									// (string) Specify text "Image"
			txtOf:					'de'										// (string) Specify text "of"
		});
	});
});
