.spacegallery {

	position: relative;

	overflow: hidden;

}

.spacegallery img {

	margin-top:3px;

	position: absolute;

	height:120px;

}

.spacegallery a {

	position: absolute;

	z-index: 1000;

	display: block;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: url(images/blank.gif);

}

