$(document).ready(function() {
	$("a.overlay").fancybox({
		type        :'swf',
        width       : 1100,
        height      : 800,
		fitToView   : true,	
		openEffect  : 'elastic',
		closeEffect : 'elastic',
		closeClick	: false
	
	});


	$("a.zoom").fancybox({
        type        :'swf',
        width       : 1100,
        height      : 800,
      	fitToView   : true,	
		openEffect  : 'elastic',
		closeEffect : 'elastic',
		closeClick	: false,
		padding     : 0

  	});
  	
  	$("a.layCt").fancybox({
		type        :'iframe',
        width	    : 850,
        height		: 680,
		fitToView	: false,
		openEffect	: 'elastic',
		closeEffect	: 'elastic',	
		closeBtn	: false,
		afterLoad   : function() { setTimeout("parent.$.fancybox.close();" ,5000);},
		

	});

});

