.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 20%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/blank.gif);
}
#spaceG {
	width: 100%;
	height: 270px;
}
#spaceG img {
	border: 10px solid #000;
	box-shadow:0 5px 20px #353535;
	-webkit-box-shadow:0 5px  20px #353535;
	-moz-box-shadow: 0 5px  20px #353535;
	margin-bottom:25px;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}

