$(document).ready(function() {
	$.Lightbox.construct({
		show_info:			true,
		show_linkback:		false,
		show_helper_text: 	false,
		download_link:		true,
		text: {
			image:	'Imagen',
			of:		'de',
			close:	'Cerrar',
			closeInfo: '',
			download: 'Descargar imagen'
		},
		baseurl: '../',
		files: {
			images: {
				prev:		'img/lightbox/prev.gif',
				next:		'img/lightbox/next.gif',
				blank:		'img/lightbox/blank.gif',
				loading:	'img/lightbox/loading.gif'
			}
		},
		keys: {
			prev: 'a',
			next: 's'
		}
	});
});