.spacegallery {
	float:right;
	position:relative;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 530px;
	height: 300px;
	background: url(images/blank.gif);
}
