//Function Lightbox para las imágenes
$(function() {
	$('#gallery a').lightBox({
		overlayBgColor: '#131415',
		overlayOpacity: 0.8,
		fixedNavigation : true,
		imageLoading: '/RepositorioAPS/images/lightbox/lightbox-ico-loading.gif',
		imageBtnClose: '/RepositorioAPS/images/lightbox/lightbox-btn-close.gif',
		imageBtnPrev: '/RepositorioAPS/images/lightbox/lightbox-btn-prev.gif',
		imageBtnNext: '/RepositorioAPS/images/lightbox/lightbox-btn-next.gif',
		containerResizeSpeed: 350,
		txtImage: 'Imagen',
		txtOf: 'de'
	});
});
