$(function() {

	$('.gallery1 a').lightBox({
		fixedNavigation: false,
		imageLoading:			'grafica/lightbox/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'grafica/lightbox/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'grafica/lightbox/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'grafica/lightbox/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'grafica/lightbox/lightbox-blank.gif'
	});
	$('.gallery2 a').lightBox({
		fixedNavigation: false,
		imageLoading:			'grafica/lightbox/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'grafica/lightbox/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'grafica/lightbox/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'grafica/lightbox/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'grafica/lightbox/lightbox-blank.gif'
	});
	$('.gallery3 a').lightBox({
		fixedNavigation: false,
		imageLoading:			'grafica/lightbox/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'grafica/lightbox/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'grafica/lightbox/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'grafica/lightbox/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'grafica/lightbox/lightbox-blank.gif'
	});
	$('.gallery4 a').lightBox({
		fixedNavigation: false,
		imageLoading:			'grafica/lightbox/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'grafica/lightbox/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'grafica/lightbox/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'grafica/lightbox/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'grafica/lightbox/lightbox-blank.gif'
	});	
	
	$('.inline a.zoomFile').lightBox({	
		fixedNavigation: false,
		imageLoading:			'grafica/lightbox/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'grafica/lightbox/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'grafica/lightbox/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'grafica/lightbox/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'grafica/lightbox/lightbox-blank.gif'
	});

});