#myGallery, #myGallerySet, #flickrGallery
{
	width: 408px;
	height: 330px;
	
	border: 5px solid #E7F1FA;
	margin-top: 0px;
	overflow: hidden;
	background-color: #E7F1FA;
}


.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery a{
	z-index: 1000;
	cursor: hand;
}

.jdGallery img
{
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
	
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}


a#slideshowlink{
	/*visibility: hidden;*/
	border: 0;
}


#slideshowdescr{
	margin-bottom: 0;
	padding: 4px 0 0 0;
}

#slideshowthumbs{
	margin-top: -6px;
	overflow: hidden;
	width: 422px;
	height: 200px;
}

#altholder {
	background-color: transparent; 
	position: absolute; 
	display: block; 
	z-index: 100;
	width: 429px;
	height: 398px;
	border: 0;
}

div#slideshowthumbs a {
  border: 2px solid #BFAD94;
  display: block;
  float: left;
  width: 50px;
  height: 46px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 5px;
}

div#slideshowthumbs a:hover {
	border: 2px solid #7b694d;
}

div#slideshowthumbs a img{
	border: none;
	
}

div.imageElement h3{
	display: none;
}