$(document).ready(function() {
	
		$(".gallery_img").fancybox({
			'autoScale'			: true,
			'cyclic'			: true,
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'type'				: 'image',
			'autoDimensions'	: true,
			'titleShow'			: false,
			'titlePosition'		: 'over',
			'overlayColor'		: '#000'
		});
		
		/*$(".box_open_galerija").fancybox({
			'titleShow'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'autoDimensions'	: true			
		});*/
		
		$(".box_open123").fancybox({
			'titleShow'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'autoDimensions'	: true			
		});		
		
		$(".box_open").fancybox({
				'titleShow'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'width'				: 570,
				'height'			: 460,				
				'autoDimensions'	: true
			});
		$(".box_open22").fancybox({
			'titleShow'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe',
			'width'				: 570,
			'height'			: 680,				
			'autoDimensions'	: true
		});		
		$(".buttonXX").fancybox({
				'titleShow'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'width'				: 550,
				'height'			: 421,				
				'autoDimensions'	: true
			});			
				
});

