jQuery.noConflict();
jQuery(document).ready(function() {

  jQuery("a > img").parent().addClass('img');

});


