$(document).ready(function(){
	$("#gallery a").lightbox();
    $.Lightbox.construct({
    	"speed": 500,
    	"show_linkback": true,
    	"keys": {
			close:	"q",
			prev:	"z",
			next:	"x"
		},
		"opacity": 0.3,
		text: {
			image:		"Картинка",
			of:			"из",
			close:		"Закрыть",
			closeInfo:	"Завершить просмотр можно, кликнув мышью вне картинки.",
			help: {
				close:		"Закрыть",
				interact:	" ",
				text: 	" ",
				title:	" "
			},
			about: {
				text: 	" ",
				title:	" ",
				link:	" "
			}
		},
		files: {
			images: {
				prev:		'/img/prev.gif',
				next:		'/img/next.gif',
				blank:		'/img/blank.gif',
				loading:	'/img/loading.gif'
			}
		}
    });
});
