.spacegallery {
position: relative;
overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 484px;
	visibility: visible;
	top: 1px;
}
.spacegallery a {
position: absolute;
z-index: 1000;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/blank.gif);
}
#myGallery {
width: 960px;
height: 500px;
margin:0 auto;
}
#myGallery img {

}
a.loading {
background: #fff url(../images/ajax_small.gif) no-repeat center;
}
