.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery div {
	width: 400px;
	position: absolute;
	left: 10%;
}
.spacegallery p {
	position: absolute;
	left: 80%;
	background-color: #e1e1e1;
	height: 100%;
	width: 200px;
	padding-top: 50px;
	margin-top: -50px;
	margin-left: 20px;
	font-size: 0.75em;
	line-height: 1.75em;
}
.spacegallery p a {
	margin-top: 50px;
	z-index: 2000;
	color: #ff6600;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
}
