.jdGallery {
	height: 100px;
	width: 100px;
	z-index: 5;
}
.jdGallery a {
	outline:0;
}
#myGallery .imageElement {
	margin-bottom: 1em;
}
.jdGallery,
.featureGallery {
	border: 1px solid #7c8992;
	height: 100px;
	margin-bottom: 14px;
	overflow: hidden;
	position: relative;
}
#galleryTriptych .jdGallery:last-child,
#galleryTriptych .featureGallery:last-child {
	margin-bottom: 0;
}
.jdGallery img {
	border: 0;
	margin: 0;
}
.jdGallery .slideElement {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 40px center;
	background-image: url('/images/smooth/loading-bar-black.gif');
}
.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 40px center;
	background-image: url('/images/smooth/loading-bar-black.gif');
}
.jdGallery a.open {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}