$(document).ready(function(){
	
	$(".section ul.itemsLong > li").addClass("topDashLong");
	$('ul.itemsLong > li:last-child').css("border-bottom", 0);
	//$('ul.itemsLong > li:first-child').next().css("border-bottom", 0);
	
});

