@charset "utf-8";
/* CSS Document */

.gallery1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery1 li {
	margin: 20px 10px 5px;
	padding: 8px;
	background: url(images/polaroid-short.png) no-repeat;
	float: left;
	position: relative;
	width: 186px;
}
.gallery1 em {
	width: 110px;
	display: block;
	padding: 10px;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: url(images/tape2.png) no-repeat;
	position: absolute;
	top: -17px;
	left: 30px;
}

.gallery1 a {
	text-decoration: none;
	color: #666;
}
.gallery1 a:hover {
	color: #000;
	text-decoration: underline;
}
