.spacegallery {
    margin-top: 1em;
	position: relative;
	overflow: visible;
	height: 350px;
	margin-bottom: 4em;
	background: url(../images/horizon.jpeg) no-repeat 0px 150px;
}
.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:hover, .spacegallery a:active, .spacegallery a:focus {
	outline: none;
}

a.loading {
	background: #fff url(images/ajax_small.gif) no-repeat center;
}