<% var w = width || imgdata.bounds.right; %>
<% var h = height || imgdata.bounds.bottom; %>
<div class="center-helper" style="margin-bottom: <%- -(h/2 + 50)%>px;"></div>
<div class="preview-container" style="width: <%- w %>px; height: <%- h %>px;">
    <div style="width: <%- w %>px; height: <%- h %>px;" id="psdpreview_root"></div>
    <img style="width: <%- w %>px; height: <%- h %>px;" id="tempPreview" class="tempPreview">
    <div id="selection-overlay" style=" width: <%- w %>px; height: <%- h %>px;"></div>
</div>
<div class="spinner"></div>