	var j = jQuery.noConflict();

  j(document).ready(function() {
     //fensterQuer
     j(".openbox").fancybox({
				'width'				: 470,
				'height'			: 520,
				'autoScale'			: false,
        'scrolling' : 'auto',
				'speedIn': 600,
        'speedOut': 600,
        'margin'    : 0,
        'padding'    : 0,
				'type'				: 'iframe',
        'showCloseButton': 	'true'
			});
      //fensterHoch
      j(".openbox2").fancybox({
				'width'				: 340,
				'height'			: 500,
				'autoScale'			: false,
        'scrolling' : 'auto',
				'speedIn': 600,
        'speedOut': 600,
        'margin'    : 0,
        'padding'    : 0,
				'type'				: 'iframe',
        'showCloseButton': 	'true'
			});
      //fenster450
      j(".openbox3").fancybox({
				'width'				: 485,
				'height'			: 600,
				'autoScale'			: false,
        'scrolling' : 'auto',
				'speedIn': 600,
        'speedOut': 600,
        'margin'    : 0,
        'padding'    : 0,
				'type'				: 'iframe',
        'showCloseButton': 	'true'
			});
      //fensterText
      j(".openbox4").fancybox({
				'width'				: 510,
				'height'			: 500,
				'autoScale'			: false,
        'scrolling' : 'auto',
				'speedIn': 600,
        'speedOut': 600,
        'margin'    : 0,
        'padding'    : 0,
				'type'				: 'iframe',
        'showCloseButton': 	'true'
			});
      // bio
      j(".openbox1").fancybox({
				'width'				: 630,
				'height'			: 760,
				'autoScale'			: true,
        'scrolling' : 'auto',
				'speedIn': 600,
        'speedOut': 600,
        'margin'    : 0,
        'padding'    : 0,
				'type'				: 'iframe',
        'showCloseButton': 	'true'
			});
      
  });
