2번째 질문은
<style type="text/css">
html,body,#wrap{vertical-align: middle; margin: 0px; padding: 0px; border: none;}
#wrap{text-align:center;width:auto;}
#largeimg img{width:auto;height:auto;}
</style>
<body>
<DIV id=wrap>
<DIV>
<form name='frm'>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr align="middle">
<td width="10%" align="center"><strong style="font-size:50px;cursor:pointer" id="btn_prev"> < </strong></td>
<td align="center" valign="middle"><div id="layer_img" style="cursor:pointer"><div></td>
<td width="10%" align="center"><strong style="font-size:50px;cursor:pointer" id="btn_next"> > </strong>
</tr>
</table>
</form>
</DIV>
</DIV>
</body>
다른곳에서 카피해서 수정햇는데요
<tr align="middle"> 이것을 썻는데
그림이 중간에 잇지안코 맨 위로 올라가네요
익스플로러7.0은 중간으로 됨니다
그외 다른버전과 크롬은 맨위로 올라감니다