.spacegallery {
	position: relative;
	overflow: hidden;
	pading:10px auto 0 auto;
	margin:20px auto 0 10px;
	text-decoration:none;
}
.spacegallery img {
	margin:10px auto 0 auto;
	position: absolute;
	left: 50%;
		text-decoration:none;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration:none;
}

