div#contents div#rightColumn div#content div#product div.spacegallerywrapper .spacegallery {
	position: relative;
	overflow: hidden;
}
div#contents div#rightColumn div#content div#product div.spacegallerywrapper .spacegallery img {
	position: absolute;
	left: 50%;
	top:20px;
}
div#contents div#rightColumn div#content div#product div.spacegallerywrapper .spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(./../images/spacegallery/blank.gif);
}
