Code
<script type=text/javascript">
leftpad = 50; // указываем ширину блока/картинки в пикселях
$('div.watemark img').each(function () {
$(this).before('<span style="margin-top: 10px; margin-left: ' +
(this.width - leftpad) + '; position: absolute;">Ваша
надпись</span>')
});
</script>