css - rounded border for images

.xxx ul a img
{
border: 3px solid #f6b900;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

search this blog (most likely not here)