.spacegallery {
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 520px;
	top: 140px;
	left: 380px;
}
.spacegallery img {
	position: absolute;
	left: 50%;
	border: none;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
}


