// jQuery JS
$(document).ready(function(){
	$('.post .entry a[rel]').fancybox({
		overlayShow: true,
		overlayOpacity: 0.7
	});
});

