body { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:center;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {

	overflow: auto;
}
.wrapper {
	width: 800px;
	margin: 0 auto;
	text-align:center;
}

body {
background:#FFFFFF;	
}
.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 395px;
	top: 0px;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 70%;
	height: 70%;
	background: url(images/blank.gif);
}
#myGallery {
    text-align:center;
	width:800px;
	height:450px;
}
#myGallery img {
	border: 2px solid #52697E;
}
a.loading {
	background: #fff url(images/ajax_small.gif) no-repeat center;
}
