h1 {
	background: #606060;
	margin: 0px 0 5px;
	padding: 4px;
	text-align: center;
	color: #ffffff;
	font: 130%/90% Garamond, Georgia, serif;
	letter-spacing: 2px;
	
}
h1 em {
	border: dashed 1px #9F9F9F;
	display: block;
	padding: 5px 0;
	font-style: italic;
}
/* ---------- ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin-left: 55px;
	padding: 10px;
	float: left;
	position: relative;
	width: 352px;
	height: 280px;
}

.gallery a {
	text-decoration: none;
	color: #666;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}
.gallery img {
	padding:22px 0 0 30px;
}
.gallery em {
	width: 370px;
	height: 270px;
	background: url(picture-frame.png) no-repeat scroll -2px 0 transparent;
	display: block;
	position: absolute;
	text-align: center;
	font: 100%/100% Georgia, "Times New Roman", Times, serif;
	padding-top:18px;
}


/* ---------- ----------------------- */



.photo {
	margin: 5px;
	position: relative;
	width: 170px;
	height: 120px;
	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;
}


.sample1 span {
	width: 28px;
	height: 21px;
	display: block;
	position: absolute;
	top: -12px;
	left: 90px;
	background: url(pin.png) no-repeat;
}