body{
	background-color:white;
}

.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/blank.gif);
}
#box{
	width: 400px;
	height: 600px;
	margin: auto;
	border: 1px solid white;
	}
	
li
{
	list-style:none;	
}	
