jQuery.noConflict();

jQuery(document).ready(function() {
	jQuery('.list-block li:last').addClass('last');

	
});
