.spacegallery {
	width:400px;
	height: 275px;
	position: relative;
	overflow: hidden;
	left: -25px;

}
.spacegallery img {
	position: absolute;
	left: 50%;

	
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 400px;
	height: 275px;
	background: url(images/blank.gif);
}


