I know I'm not using the exact dimensions you wanted, but here's a working example for you. (You would need the parent ".main_photo" div to be the dimensions of the main photo.)
.main_photo{
position:relative;
width:80px;
height:80px
}
.inlay{
position:absolute;
top:5px;
right:5px
}