$(document).ready(function(){
	
	$(".section ul.itemsLong > li").addClass("topDashLong");
	$('ul.itemsLong > li:last-child').css("border-bottom", 0);
	$(".section ul.itemsLong > li:first div.photo-tn").css("padding-bottom", "16px");
	//$('ul.itemsLong > li:first-child').next().css("border-bottom", 0);
	
	$('ul.itemsLong').css("margin-bottom", "100px");
});

