/* The background here is a screen shot of leopard, but you could use your own, or just delete it all together */

#gallerywrapper{

}
#myGallery {
	width: 100%;
	height: 500px;
}

/* This is the styling for the images in the show... alot of these styles can also be done using RWs Media Inspector */
#myGallery img {
	border: 2px solid white;
}

/* The loading Image */
a.loading {
	background: #fff url(../assets/ajax_small.gif) no-repeat center;
}

.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(../assets/blank.gif);
}
