.spacegallery {
	position: relative;
	overflow: hidden;
}
.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);
}
@media screen and (max-width: 42.5em) {
.spacegallery img {left:80%;}
}
@media screen and (max-width: 39.375em) {
.spacegallery img {left:75%;}	
}
@media screen and (max-width: 360px) {
.spacegallery img {left:100%;}	
}
@media screen and (max-width: 320px) {
.spacegallery img {left:120%;}	
}
