.spacegallery {
	position: relative;
	overflow: hidden;
	height:300px;
}
.spacegallery img {
	position: absolute;
	left: 50%;
	height:268px;

}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
	border:none;
}
.spacegallery a:hover{border:none;}

#myGallery {
	width: 100%;
	height: 300px;
}

a.loading, a.loading *{
	display:none;
}