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

#myGallery {
	width: 400px;
	height: 210px;	
}
#myGallery img {
	border: 0px solid #52697E;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}

#spotlight{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-family: arial;
	width: 400px;
	float: left
}