$(function(){
	$("div.name_photo:odd").css("background-color","#f5f5f5");
}); 