.spacegallery {
	position: relative;
	overflow: hidden;
	height:250px;
	background: url(../images/fade.gif) repeat-x bottom;
	width:100%
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 250;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#myGallery {
	width: 100%;
	height: 300px;
}
#myGallery img {
	border: 3px solid #b82d54;
}
a.loading {
	background: url(../images/ajax_small.gif) no-repeat center;
}
