// jQuery LightBox (requires jquery.lightbox.js) : settings for "test diaporama"

$(function() {
	$('#gallery a').lightBox({
		imageLoading: 'images/lightbox-loading.gif',
		imageBtnClose: 'images/lightbox-close.gif',
		imageBtnPrev: 'images/lightbox-prev.gif',
		imageBtnNext: 'images/lightbox-next.gif',
		imageBlank: 'images/lightbox-blank.gif',
		overlayBgColor: '#000',
		overlayOpacity: 0.8,
		containerBorderSize: 10,
		containerResizeSpeed: 400,
		keyToClose: 'c',
		keyToPrev: 'p',
		keyToNext: 'n',
		txtImage: 'Image',
		txtOf: 'sur',
		fixedNavigation:true
	});
});
