.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: 90%;
	height: 90%;
	background: url(images/blank.gif);
}
#myGallery {
	width: 100%;
	height: 500px;
}
#myGallery img {
	border: 2px solid #52697E;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}
.navigationTabs {
	height: 0;
	line-height: 0;
	border-bottom: 0px;
	list-style:none;
}
.navigationTabs li {
	float: left;
	height: 0;
	line-height: 0;
	padding-right: 0;
}


.tabsContent {
	border: 0;
	border-top: 0px solid;
	width: 500px;
	overflow: hidden;
}
.tab {
	padding: 0;
	display: none;
}

