#content .spacegallery {
	position: relative;
	overflow: hidden;
	width:560px;
	height:400px;
	background-color:#fff;
}
#content .spacegallery img {
	position: absolute;
	left: 50%;
	border:2px solid #E8E8E8;
}
#content .spacegallery a:link {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../images/logogallery/blank.gif);
}
