jQuery(function() {				
	jQuery('.jobslist:first').addClass('first');
	jQuery('.jobslist:last').addClass('last');
});
