jQuery().ready(function(){    
    jQuery('div.content').find('a:has(img.size-thumbnail)').add('a:has(img.size-medium)').addClass('thickbox');
});