$(document).ready(function(){
	$(".group").each(function(){
		$(this).children(".story:last").css("background","none");
	});
	$(".group:first").css("margin-top","35px");
});