#myGallery, #myGallerySet, #flickrGallery
{
	width: 589px;
	height: 277px;
	z-index:5;
		margin: 0px 0px 15px 23px;

}



.jdGallery
{
	overflow: hidden;
	position: relative;
}



.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #FEFAE9;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFFEFA;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0px;
	height: 48px;
	background:#605E27;
	color: #fff;
	text-indent: 0;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

#myGallery .slideInfoZone h2, .jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 155%;
	margin: 10px 5px 0 10px;
	font-weight: bold;
	text-indent: 10px;
color: #fff;
border-bottom: none;
	background:#605E27;

}

#myGallery .slideInfoZone p, .jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 100%;
	margin: 0px 0px 2px 0px;
	color: #fff;
	text-indent: 30px;
	background:#605E27;
	
}


	
