/* ---------- gallery styles start here ----------------------- */
.photo {
	margin: 10px;
	position: relative;
	width: 144px;
	height: 105px;
	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/gallery-images/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}

.sample14 span {
	width: 150px;
	height: 84px;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	background: url(../images/gallery-images/glossy-gradient.png);
}

