$(function() {

	/**
	 *	Sets
	 */	
	$('.teaser').hover(function() {
		$(this).stop(true, true).toggleClass('hover');
	});
	
	
	$("a.overlay, .overlay a").fancybox({	
		'opacity'		: true,	
		'overlayShow'	: true,	
		'overlayColor'	: '#000',
		'transitionIn'	: 'elastic',	
		'transitionOut'	: 'none',
		'titleShow'		: false
	});	
	
	
});
