.wrapper1 {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}


.navigationTabs {
	height: 23px;
	line-height: 23px;
 
}
.navigationTabs li {
	 
	height: 23px;
	line-height: 23px;
	 
}
.navigationTabs li a{
	 
	dispaly: block;
	height: 23px; 
}	 
 
.navigationTabs li a.active {
	 
	border: 0px solid #ccc;
	border-bottom: 0px solid;
}

.tabsContent {
	width: 100%;

}



#myGallery {
	width: 100%;
	height: 300px;
}
#myGallery img {
	border: 2px solid #52697E;
}
a.loading {
	background: #fff url(../images/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(images/blank.gif);
}
