		WebFont.load({google: {families: ['Molengo', 'Droid Serif']} });
		google.setOnLoadCallback(function(){
			$('.item').hover(
				function(){$(this).children('.hover').fadeIn('fast');},
				function(){$(this).children('.hover').fadeOut('fast');}
			   );
			$('.item').fancybox({
				//'type':'inline',
				'overlayColor':'#ddb',
				'overlayOpacity':0.75,
				'titleShow':false,
				'padding':32
				//'autoDimensions': false,
				//'width': 660,
				//'height': 600
				//'scrolling':'no'
			});
			//$('.group a').fancybox();
			$('.cycle').cycle({ 
				prev:   '.prev', 
				next:   '.next',
				timeout: 5000,
				pause: 1
				});
		  });

