.spacegallery {
	position: relative;
	top: 0px;
	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/blank.gif);
}

#myGallery {
	width: 100%;
	height: 500px; /* the display window "div contentimg" height is 480px, but the vertical images display well in the 500px window */
}
#myGallery img {
	border: 1px solid #bdbdbd;
	padding: 8px;
	background:#fff;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}