Boder Radius Query

I have a problem with broder radius which I cannot solve

Web Page: http://www.c5d.co.uk/thepike.php

CSS Applied: img.oldphotos {padding-top: 20px;float:center;width:950px;height:length;440px; border-radius:10px;}

The photo only has round corners at the bottom and not on all four corners

I know that it is because of the padding-top of 20px because when I removed it all four corners rounded.

What other option do I have to push the photo down ?

Thanks

Antony

Got it.

Margin-top does the trick

Antony