$(function() {
	$('#photos').hover(function() {
		$(this).find('a').fadeIn();
	});
});
