.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
	right:60%;
}
.spacegallery a {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background: url(images/blank.gif);
	margin-left:auto;
	margin-right:auto;
	text-decoration: none;
	outline: 0px;
}
