AUI().ready('aui-image-viewer-gallery', function(A) {

	var imageGallery1 = new A.ImageGallery({
		links: 'a.gallery',
		caption: 'Rekte.pl',
		// useOriginalImage: true,
		// showPlayer: false,
		// playingLabel: '- Playing',
		// pausedLabel: '- Paused',
		paginator: {
			maxPageLinks: 0
		},
		maxHeight: 650,
		maxWidth: 900,
		// toolbar: {
		// 	children: [
		// 		{
		// 			id: 'stop',
		// 			icon: 'stop'
		// 		}
		// 	]
		// },
		// autoPlay: true,
		// repeat: false,
		// currentIndex: 4,
		// anim: false,
		// random: true,
		infoTemplate: 'Obraz {current} z {total}',
		playingLabel: '(odtwarzam)',
		delay: 5000
	});
	imageGallery1.render();

	// imageGallery1.show();
	// imageGallery1.play();
	// imageGallery1.pause();
	// imageGallery1.stop();
	// imageGallery1.destroy();

	//A.one('#log').html('Ready, click on the images.');
});
