*
{
	margin:0;
	padding:0;
}

body
{
	/*background-color: #946c66;*/
  background: transparent url("../img/background8.png");
	/*overflow: hidden;*/
}

.wrapper
{
	width: 820px;
	margin: 20px auto;
	text-align: left;

  /*background-color: #a4cc66;*/

  background: transparent url("../img/background7.png") no-repeat;

  padding: 70px;
}

#myGallery
{
  width: 100%;

  height: 400px;

  
  /*background-color: red;*/
}

#myGallery img
{
	border: 2px solid #52697E;
}

a.loading
{
	background: #fff url(../img/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: transparent url(../img/blank.gif);
}
