.spacegallery {
	position: relative;
	overflow: hidden;
	width:560px;
	height:400px;
	margin: 0 auto;
}
.spacegallery img {
	position: absolute;
	left: 50%;
	border:2px solid #E8E8E8;
}
.spacegallery a:link {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(/images/logogallery/blank.gif);
}
