.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	margin-left: 5px;
    }

.gallery span {
	width: 18px;
	height: 21px;
	display: block;
	position: absolute;
	top: -12px;
	left: 100px;
	background-image: url(../img/pin.png);
	background-repeat: no-repeat;
}
.gallery a {
	text-decoration: none;
}

.gallery_frame {
	margin-left: 7px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 5px solid #426991;
	background-color: #C6D0DB;
	}
