$(document).ready
(
	function()
	{
		$("#gallery-alleya-geroev").click
		(
			function()
			{
				$.fancybox
				(
					[
						{
							'href'	: '/files/Image/alleya_geroev/001.jpg',
							'title'	: '<span class="lb-1">Аллея героев</span>'
						},
						{
							'href'	: '/files/Image/alleya_geroev/002.jpg',
							'title'	: '<span class="lb-1">Аллея героев</span>'
						}
					],
					{
						'overlayColor':'#1ebfeb',
						'overlayOpacity':'0.5',
						'titlePosition':'over',
						'centerOnScroll':true,
						'transitionIn':'elastic',
						'transitionOut':'elastic',
						'hideOnContentClick':true
					}
				);
			}
		);

		$("#gallery-komsomolskiy-park").click
		(
			function()
			{
				$.fancybox
				(
					[
						{
							'href'	: '/files/Image/komsomolskiy_park/001.jpg',
							'title'	: '<span class="lb-1">Комсомольский парк</span>'
						},
						{
							'href'	: '/files/Image/komsomolskiy_park/002.jpg',
							'title'	: '<span class="lb-1">Комсомольский парк</span>'
						},
						{
							'href'	: '/files/Image/komsomolskiy_park/003.jpg',
							'title'	: '<span class="lb-1">Комсомольский парк</span>'
						}
					],
					{
						'overlayColor':'#1ebfeb',
						'overlayOpacity':'0.5',
						'titlePosition':'over',
						'centerOnScroll':true,
						'transitionIn':'elastic',
						'transitionOut':'elastic',
						'hideOnContentClick':true
					}
				);
			}
		);

		$("#gallery-pushkin-square").click
		(
			function()
			{
				$.fancybox
				(
					[
						{
							'href'	: '/files/Image/pushkin_square/001.jpg',
							'title'	: '<span class="lb-1">Пушкинский сквер</span>'
						},
						{
							'href'	: '/files/Image/pushkin_square/002.jpg',
							'title'	: '<span class="lb-1">Пушкинский сквер</span>'
						}
					],
					{
						'overlayColor':'#1ebfeb',
						'overlayOpacity':'0.5',
						'titlePosition':'over',
						'centerOnScroll':true,
						'transitionIn':'elastic',
						'transitionOut':'elastic',
						'hideOnContentClick':true
					}
				);
			}
		);

		$("#gallery-ubileyniy").click
		(
			function()
			{
				$.fancybox
				(
					[
						{
							'href'	: '/files/Image/ubileyniy/001.jpg',
							'title'	: '<span class="lb-1">Юбилейный парк</span>'
						},
						{
							'href'	: '/files/Image/ubileyniy/002.jpg',
							'title'	: '<span class="lb-1">Юбилейный парк</span>'
						}
					],
					{
						'overlayColor':'#1ebfeb',
						'overlayOpacity':'0.5',
						'titlePosition':'over',
						'centerOnScroll':true,
						'transitionIn':'elastic',
						'transitionOut':'elastic',
						'hideOnContentClick':true
					}
				);
			}
		);

		$('.img-popup').fancybox
		({
			'overlayColor':'#1ebfeb',
			'overlayOpacity':'0.5',
			'titlePosition':'over',
			'centerOnScroll':true,
			'transitionIn':'elastic',
			'transitionOut':'elastic',
			'hideOnContentClick':true
		});

		$('.gallery a').fancybox
		({
			'overlayColor':'#1ebfeb',
			'overlayOpacity':'0.5',
			'titlePosition':'over',
			/* 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {return '<span id="fancybox-title-over">Image ' +  (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '</span>';}, */
			'centerOnScroll':true,
			'transitionIn':'elastic',
			'transitionOut':'elastic',
			'hideOnContentClick':true,
			'cyclic':true
			/* 'onComplete':function() {clearTimeout(jQuery.fancybox.slider); jQuery.fancybox.slider=setTimeout("jQuery.fancybox.next()",5000);} */
		});
	}
);

