.spacegallery {
	position: relative;
	overflow: hidden;
	/* Added the height to this to fix the anchor having a height of 100% of 0 */
	height: 440px;
	width: 350px;
}
.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(/images/blank.gif);
}
.spacegallery a:focus {
	outline: none;
}
.spacegallery a:active {
	outline: none;
}