.photo {
	margin: 3px;
	position: relative;
	width: 235px;
	height: 200px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 10px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(/includes/images/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}
 
.sample1 span {
	width: 180px;
	height: 32px;
	display: block;
	position: absolute;
	top: -13px;
	left: 50px;
	background: url(/includes/images/pin.png) no-repeat;
}
.photo1 {
	margin: 3px;
	position: relative;
	width: 235px;
	height: 150px;
	float: left;
}
.photo1 img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo1 span {
	width: 10px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(/includes/images/digg-style.gif) no-repeat;
}
.photo1 a {
	text-decoration: none;
}

.sample2 span {
	width: 180px;
	height: 32px;
	display: block;
	position: absolute;
	top: -13px;
	left: 0px;
	background: url(/includes/images/pin.png) no-repeat;
}
.photo2 {
	margin: 0px;
	position: relative;
	width: 200px;
	height: 150px;
	float: left;
}
.photo2 img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
