
.gallery {
	height: 172px;
	display: block;

	position: relative;

	z-index: 50;

	margin-bottom: 21px;

}

	.gallery:hover {
		text-decoration: none;
	}

	.gallery .headline {
		font-family: Verdana, Sans-Serif;
		font-size: 14px;
		line-height: 18px;

		color: #0f68ba;

		margin-bottom: 2px;

		cursor: pointer;

	}

		.gallery .headline .count {
			font-size: 10px;

			float: right;

			margin-top: 4px;
		}

	.gallery img {
		height: 150px;
		width: 700px;

		z-index: 53;

		cursor: pointer;

		border-width: 0px;

	}

