.spacegallery {
	position: relative;
	overflow: hidden;
	height:400px;
}
.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.html);
}
ol,ul {
	list-style:none;
}
#myGallery {
	width: 100%;
	height: 500px;
}
#myGallery img {

}
a.loading {
	background: #fff url(../images/ajax_small.html) no-repeat center;
}