

   .spacegallery {
   position: relative;
   overflow: hidden;
     }
     .spacegallery img {
     position: absolute;
     left: 50%;
     }
     .spacegallery a {
	position: absolute;
	z-index: 10;
	display: block;
	top: 0;
	left: 0;
	width: 470px;
	height: 400px;
	background: url(../info/blank.gif);
     }
     #myGallery {
     width: 470px;
     height: 400px;
     }
     #myGallery img {
     border: 2px solid #000;
     }
     a.loading {
     background: #fff url(../info/ajax_small.gif) no-repeat center;
     }

