.photo {
	margin: 15px 8px 15px 8px;
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
}

.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(../images/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/pin.png) no-repeat;
}

.sample2 span {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 50px;
	background: url(../images/tape.png) no-repeat;
}
.sample3 span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -5px;
	left: -2px;
	background: url(../images/paper-clip.png) no-repeat;
}

.sample4 span {
	width: 115px;
	height: 32px;
	display: block;
	position: absolute;
	top: -13px;
	left: 30px;
	background: url(../images/tape2.png) no-repeat;
}

.sample6 span {
	width: 189px;
	height: 137px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background: url(../images/cut-corner.png) no-repeat;
}

.sample10 span {
	width: 181px;
	height: 134px;
	display: block;
	position: absolute;
	top: -4px;
	left: -2px;
	background: url(../images/brush-border.png) no-repeat;
}

.sample11 span {
	width: 122px;
	height: 72px;
	display: block;
	position: absolute;
	top: -22px;
	left: -15px;
	background: url(../images/floral-corner.png) no-repeat;
}

.sample12 span {
	width: 186px;
	height: 137px;
	display: block;
	position: absolute;
	top: -3px;
	left: -5px;
	background: url(../images/watercolor-top.png) no-repeat;
}

.sample13 span {
	width: 170px;
	height: 120px;
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	background: url(../images/mask.png) no-repeat;
}
.sample14 span {
	width: 170px;
	height: 84px;
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	background: url(../images/glossy-gradient.png);
}

.galeria li {
	padding: 0px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.galeria li:hover img {
	border-color: #000;
}
.galeria img {
	background: #fff;
	border: solid 1px #888;
	padding: 3px;
}
.galeria em {
	background: #fff url(../images/grey-gradient.gif) repeat-y;
	color: #000;
	padding: 4px 10px;
	display: block;
	position: absolute;
	top: 105px;
	left: 0px;
	border: 1px solid #999;
	border-left-color: #888;
	font:italic 9px/13px arial,verdana,sans;
}
.galeria a {
	text-decoration: none;
}
.galeria a:hover em {
	background: #ffdb01 url(../images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}