$(document).ready(function() {
	$(".photo").hover(function(){$(this).children('.opts').fadeIn('fast');},function(){$(this).children('.opts').fadeOut('fast');});     
});
