.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left:144px;
	z-index:2;
}

.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../_img/blank.gif) repeat scroll 0 0 transparent;
	z-index:1000;
}

.tab {
	width: 616px;
	height: 360px;
	overflow:hidden;
	display:none;
	background: #fff url(../_img/loading.gif) no-repeat center;
}
/*#prop-image-nojs {
	width:960px;
	height:433px;
}*/

#myGallery {
	width: 616px;
	height: 360px;
}
#myGallery img {
	border: 1px solid #666666;
}
a.loading {
	/*background: #fff url(../images/loading.gif) no-repeat center;*/
}