﻿.navigationTabs {
	height: 232px;
	width: 200px;
	padding-left:50px;
}
#myGallery {
	width: 230px;
	height: 232px;
}
.spacegallery img {
	left: 45%;
	position: absolute;
}
.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
}

