.spacegallery {
	position: absolute;
	overflow: hidden;
   margin-top:20px;
}
.spacegallery img {
	position: absolute;
	left: 50%;
   cursor:pointer;
}
.spacegallery a {
 	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	background: url(images/blank.gif);
   display:none;
   width:1px;
   height:1px;
}

#winnerGallery {
	width: 500px;
	height: 300px;
}

