
.gallery {
	position: relative;

	z-index: 50;

	margin-bottom: 21px;
}

	.gallery_headline {
		font-family: Verdana, Sans-Serif;
		font-size: 16px;
		line-height: 20px;

		color: #0f68ba;

		margin-bottom: 4px;

		cursor: pointer;
	}

		.gallery_helper {
			font-size: 10px;

			float: right;

			margin-top: 7px;
		}

	.gallery_teaser {
		height: 150px;
		width: 700px;

		z-index: 53;

		cursor: pointer;

	}

	.gallery_thumbs {
		width: 698px;

		padding-top: 13px;
		padding-bottom: 13px;

		background-color: #efefef;

		border-left: 1px solid #0f68ba;
		border-right: 1px solid #0f68ba;
		border-bottom: 1px solid #0f68ba;

		display: none;
	}

		.gallery_thumb {
			height: 216px;
			width: 216px;

			float: left;

			margin-right: 13px;
			margin-bottom: 13px;

			position: relative;
		}

			.gallery_thumb:hover {
				background-color: #d6d7d9;
			}

			.gallery_thumb_img {
				position: absolute;

				border-width: 0px;
			}

		.gallery_thumb_col1 {
			margin-left: 12px;
		}

		.gallery_thumb_col2 {

		}

		.gallery_thumb_col3 {
			margin-right: 0px;
		}
