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/lightcorner-topleft.png) no-repeat top left; }
a.photo span.topright { background:transparent url(/images/client/lightcorner-topright.png) no-repeat top left; }
a.photo span.bottomright { background:transparent url(/images/client/lightcorner-bottomright.png) no-repeat top left; }
a.photo span.bottomleft { background:transparent url(/images/client/lightcorner-bottomleft.png) no-repeat top left; }

#photo
{
  position:relative;
  margin:15px auto;
}
#topleft, #topright, #bottomright, #bottomleft
{
  position:absolute;
  left:0px;
  top:0px;
  height:20px;
  width:20px;
}
#topleft { background:transparent url(/images/client/largecorner-topleft.png) no-repeat top left; }
#topright { background:transparent url(/images/client/largecorner-topright.png) no-repeat top left; }
#bottomright { background:transparent url(/images/client/largecorner-bottomright.png) no-repeat top left; }
#bottomleft { background:transparent url(/images/client/largecorner-bottomleft.png) no-repeat top left; }
