jQuery(document).ready(function() {

/* Verkaufsaktionen anzeigen */
	
	/* $("div#headerimg").hide(); */
	
	$.fancybox({
		'autoScale'				: false,
/*		'autoDimensions'		: false,
		'width'					: 700,
		'height'				: 933, */
		'transitionIn'			: 'none',
		'transitionOut'			: 'none',
		'overlayOpacity'		: '0.5',
		'overlayColor'  		: '#222',
		'href'					: 'aktuelles/autohaus_dietrich_aktuelles.jpg',
		'title'					: '',
		'titlePosition'			: 'inside',
		'onComplete'			: function() { $.fancybox.resize();	},
		'onClosed'				: function() { /* $("div#headerimg").show();*/ }
	});

});

