.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/template/blank.gif);
}

#homeimages {
	width: 100%;
	height: 460px;
  /* height: 540px; */
}
#homeimages img {
	border: 1px dashed #fff;
}
a.loading {
	background: #fff url(images/template/ajax_small.gif) no-repeat center;
}
