.photo {
	margin: 10px;
	position: relative;
	width: 185px;
	height: 286px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}

.sample6 span {
	width: 204px;
	height: 303px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background: url(cut-corner.png) no-repeat;
}

