$(document).ready(function() {
			$("a[rel=group]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">Bild ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});

		$("#feedback").fancybox({
				'width'				: 910,
				'height'			: 610,
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
      $("#newsletter").fancybox({
				'width'				: 590,
				'height'			: 390,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
            $("#newsletter2").fancybox({
				'width'				: 590,
				'height'			: 390,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
       $("#gewinnspiel").fancybox({
				'width'				: 710,
				'height'			: 550,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
             $("#gewinnspiel2").fancybox({
				'width'				: 710,
				'height'			: 550,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
             $("#designer").fancybox({
				'width'				: 710,
				'height'			: 550,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
         'onClosed': function() {
   parent.location.reload(true); 
   }
   
			});
      
            $("#montagevideo").fancybox({
				'width'				: 510,
				'height'			: 405,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
                  $("#montagevideo2").fancybox({
				'width'				: 510,
				'height'			: 405,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
		});