> $('.description img:eq(0)').addClass('icon_selected') // add class to the
> 1st image element whitin div.descriptionNow it selects the first image of the first div only. I have updated the test website with your change. Martin
> $('.description img:eq(0)').addClass('icon_selected') // add class to the
> 1st image element whitin div.descriptionNow it selects the first image of the first div only. I have updated the test website with your change. Martin