Index: lams_tool_images/web/includes/javascript/thickbox.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_images/web/includes/javascript/thickbox.js,v diff -u -r1.10 -r1.11 --- lams_tool_images/web/includes/javascript/thickbox.js 2 May 2015 10:28:55 -0000 1.10 +++ lams_tool_images/web/includes/javascript/thickbox.js 6 May 2015 14:38:43 -0000 1.11 @@ -292,6 +292,7 @@ function tb_position() { jQuery("#TB_window").css({marginLeft: '-' + parseInt((TB_WIDTH / 2),10) + 'px', width: TB_WIDTH + 'px'}); + $("#TB_window").css({marginTop: '-' + parseInt((TB_HEIGHT / 2),10) + 'px'}); } function tb_parseQuery ( query ) {