body { 
	font: 1em "Arial", Helvetica, Sans-Serif;
	background-color:#000;
	cursor:crosshair;
}


.spacegallery {
	position: relative;
	overflow: hidden;
	opacity:0;
}


.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);
}

.wrapper{
	position:absolute;
	width:100%;
	list-style:none;
	text-transform:uppercase;
	text-align:center;
	z-index:9999;
}


.wrapper a:link{
	text-decoration:none;
	list-style:none;
}

.wrapper a:hover{
	cursor:alias;
}

#myGallery {
	width: 100%;
	height: 450px;
}
#myGallery img {
	border: 2px solid #52697E;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}




#backgroundPop {
	background: url(../../../images//popTronic/foregroundPop.png) repeat 5% 5%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#midground {
	background: url(../../../images/midground.png) repeat 20% 20%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}