.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	
	padding: 15px;
	background: url(polaroid-short.png) no-repeat;
	background-size: cover;
	float: left;
	position: relative;

}
.gallery em {
	width: 110px;
	display: block;
	padding: 10px;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: url(tape2.png) no-repeat;
	position: absolute;
	top: -17px;
	left: 30px;
}

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