$(function(){
	
	$("#thumbnails a").fancybox({
		overlayColor: '#000',
		overlayOpacity: .5,
		margin: 0,
		padding: 0
	});
	
	/*
	$('.home .content .entry').click(function(e){
		e.preventDefault();
		window.location.href = $(this).find('a').attr('href');
	});
	*/
	
	$('.home #boxes .box').click(function(e){
		e.preventDefault();
		window.location.href = $(this).find('a').attr('href');
	});
	
});
