$(document).ready(function(){
    $(".thickbox").children("img").after("<div class='zoom'></div>");
  });


