.spacegallery {
	position: relative;
	overflow: hidden;
	background: #FFF;
	height:290px;
	background: #FFF url(fileadmin/tvdata/images/layout/ajax.gif) center center no-repeat;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(fileadmin/tvdata/images/layout/blank.gif);
}
