h3{
	color: #98200D;
}

.artists_gallery {
	float: left;
	display: inline-block;
	width: 144px;
	height: 152px;
	padding: 3px;
	/*margin: 3px;*/
	/*z-index: 5;*/
}

.artists_gallery .caption {
	color: #98200D;
	font-family: Arial narrow, Arial, narrow, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	 line-height: 15pt;
	 text-align: left;
}

.artists_gallery:hover {
	background-color: #98200D;
	color: white;
}

.artists_gallery:hover .caption {
	color: white;
}

.boxlabel {
	display: inline;
	position: absolute;
	/*overflow: visible;*/
	top: 20px;
	left: 100px;
	width: 12px;
	z-index: 1;
}

.image_container {
	z-index: 1;
}

.boxlabel .block { /*overflow: visible;*/
	display: inline;
	width: 12px;
}

#artists-uebersicht {
	padding-left: 30px;
}

#meetfb, #meetfb img
{
	display:block;
	position:absolute;
	right:0px;
}

#meetfb
{
	top:25px;
}