$(function() {
    $('#middle .left, #middle .right').equalHeights().css('overflow', 'visible');
    $("a.fancybox").fancybox({
    	'width' : '100%',
    	'height' : '100%',
		'type' : 'iframe',
		'transitionIn' : 'elastic',
		'transitionOut' : 'elastic',
		'overlayShow' : false,
		'titlePosition': 'over'
	});
	$("a.fancybox-akcia").fancybox({
		'type' : 'iframe',
		'width' : 960,
		'height' : 1400,
		'fitToView' : false,
		'loop' : false,
		'mouseWheel' : false,
		'fixed' : false,
		'scrolling' : 'no',
		'autoSize' : false,
		'transitionIn' : 'elastic',
		'transitionOut' : 'elastic'
	});
	$("a.fancybox-img").fancybox({
    	'width' : '100%',
    	'height' : '100%',
		'transitionIn' : 'elastic',
		'transitionOut' : 'elastic',
		'overlayShow' : false,
		'titlePosition': 'over'
	});
});
