$(document).ready(function() {
$(".images img:first-child").addClass("first-img");
});


