Cufon.replace(['h1','h2','h3','.culfon'], {
			    hover: true
			});
			$(document).ready(function () {
				if ($('body').height() < $(window).height()) {
					$('#warper_dark').css('margin-top', $(window).height() - $('body').height() + 10);
				}
				$("a.fancybox_group").fancybox({
					'transitionIn'	:	'elastic',
					'transitionOut'	:	'elastic',
					'speedIn'		:	600, 
					'speedOut'		:	200, 
					'overlayShow'	:	true,
					'titleShow'     :   false
				});
				$("a.fancybox_image").fancybox();
			});
