<!--
.photo {	
	/*margin: 30px;*/
	margin: 0px;
	position: relative;
	width: 180px;
	height: 130px;
	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(images_dock/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}

.sample1 span {
	width: 28px;
	height: 21px;
	display: block;
	position: absolute;
	top: -12px;
	left: 90px;
	background: url(images_dock/pin.png) no-repeat;
}
-->/* CSS Document */


