a.photo:link, a.photo:visited, a.photo:hover, a.photo:active, a.photo span { display:block; }
a.photo:link, a.photo:visited, a.photo:hover, a.photo:active
{
  position:relative;
  background-repeat:no-repeat;
  background-position:top left;
  text-decoration:none;
}
a.photo span
{
  position:absolute;
  left:0px;
  top:0px;
  height:15px;
  width:15px;
}
a.photo span.topleft { background:transparent url(/images/client/smallcorner-topleft.png) no-repeat top left; }
a.photo span.topright { background:transparent url(/images/client/smallcorner-topright.png) no-repeat top left; }
a.photo span.bottomright { background:transparent url(/images/client/smallcorner-bottomright.png) no-repeat top left; }
a.photo span.bottomleft { background:transparent url(/images/client/smallcorner-bottomleft.png) no-repeat top left; }
