// SmallBox:last-child
$(document).ready(function() {
	$('.row-box > .small-box:last').addClass('last-child');
});

// NewsList:last-child
$(document).ready(function() {
	$('.news-list > li:last').addClass('last-child');
});

