(function(){
	$(document).ready(function(){
		$('.blog_content_inner > a[rel=example_group]').remove();
		$('.houseGalleryWrapper .e2g > .like_pic:first-child').addClass('first');
		$('a.fancy').fancybox();
	});
})();


