.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 15px;
	padding: 0;
	float: left;
	position: relative;
	width: 212px;
	height: 185px;
}

.gallery a {
	text-decoration: none;
	color: #194C73;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}
.gallery img {
	padding: 39px 0 0 3px;
}
.gallery em {
	width: 216px;
	background: url(../img/gold-frame.png) no-repeat 2px;
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	text-align: center;
	font: 100%/100% Century Gothic, sans-serif;
	padding-top: 188px;
}