$(document).ready(function(){
	Cufon.replace('h1', { fontFamily: 'Aller Light' });
	Cufon.replace('h2', { fontFamily: 'Aller Light' });
	Cufon.now();

	$(".wcs, .tes").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600,
		'speedOut'		:	200,
		'overlayShow'	:	true,
		'titleShow'		:	false,
		'height'		:	340,
		'width'			:	760,
		'opacity'		:	true,
		'overlayOpacity':	0.4,
		'overlayColor'	:	'#fff',
		'padding' 		:	40
	});

	$(".cf").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600,
		'speedOut'		:	200,
		'overlayShow'	:	true,
		'titleShow'		:	false,
		'height'		:	200,
		'width'			:	250,
		'opacity'		:	true,
		'overlayOpacity':	0.4,
		'overlayColor'	:	'#fff',
		'padding' 		:	40
	});

	$("#globeMenu a").hover(
		function(){
			$(this).animate({top: '+=10'}, 100);
		},
		function(){
			$(this).animate({top: '-=10'}, 100);
		}
	);
});
