/* CSS Document */


.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 3px;
	background: url(images/polaroid.png) no-repeat;
	float: left;
	position: relative;
	width: 120px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.gallery span {
	background: url(images/tape.png) no-repeat;
	width: 32px;
	height: 9px;
	display: block;
	position: absolute;
	left: 34px;
	top: -4px;
}
.gallery em {
	display: block;

	text-align: center;
	font: 80% "Verdana", Times, serif;
	color: #FFFFFF;
}

img {
	border: none;
}
