.spacegallery {
	position:absolute;
	overflow: hidden;
	width:450px;
	right:0;
	top:215px;
}
.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);
}

/* COPIED CSS */

/* Custom CSS */

#myGallery {
	height: 350px;
}
#myGallery img {
	border:1px solid #C40852;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}