img {
	border: none;
}
.photo {
	margin: 25px;
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo img:hover{
	background:#B4E8EB;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(../img/moldura/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}

.moldura1 span {
	width: 28px;
	height: 21px;
	display: block;
	position: absolute;
	top: -12px;
	left: 90px;
	background: url(../img/moldura/pin.png) no-repeat;
}

.moldura2 span {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 50px;
	background: url(../img/moldura/tape.png) no-repeat;
}

.moldura3 span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -5px;
	left: -2px;
	background: url(../img/moldura/paper-clip.png) no-repeat;
}

.moldura4 span {
	width: 115px;
	height: 32px;
	display: block;
	position: absolute;
	top: -13px;
	left: 30px;
	background: url(../img/moldura/tape2.png) no-repeat;
}
</style>