.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: none;
}
#myGallery {
	width: 100%;
	height: 400px;
}
#myGallery img {
	/*border: 2px solid #52697E;*/
}
a.loading {
	background: #fff url(/images/ajax.gif) no-repeat center;
}