	$(document).ready(function() {
		$("#oferta_spec").fancybox({
				'width'				: 808,
				'height'			: 400,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'image',
				'enableEscapeButton': true,
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.8,
				'hideOnContentClick': true,
 				'scrolling'   : 'no'
			});
if($.cookie("salonb")!="1")$('#oferta_spec').trigger('click');
$.cookie("salonb", "1", {path: '/', expires: 1});
});




$("#manual1").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'width'				: 808,
			'height'			: 400,
			'href'			: 'oferta_specjalna.png',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'enableEscapeButton': true,
			'overlayColor'		: '#000',
			'overlayOpacity'	: 0.8,
			'hideOnContentClick': true,
 			'scrolling'   : 'no'
		
		});
    });

