-webkit-transform:rotate(900deg)
<div class="card-box" style="width:100%;">
<table>
<tr>
<td><img src="<?php echo __IMG__?>timg.jpg" style="width: 40px;height:40px;-webkit-transform:rotate(900deg);cursor:pointer;" οnclick="Page()"> </td>
<td><div id="columnar1" style="width:70%;height:700px;"></div></td>
<td> <img src="<?php echo __IMG__?>timg.jpg" style="width: 40px;height:40px;cursor:pointer;" οnclick="Page()"></td>
</tr>
</table>
</div>