#myGallery, #myGallerySet, #flickrGallery
{
	width: 700px;
	height: 300px;
	z-index:5;
		margin: 10px auto 20px auto;
border-bottom: 3px solid #9A9FA6;
	background: url('img/slideback.gif') repeat;

}



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



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

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #FF0000;
	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: #FF0000;
	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: 50px;
	background: url('img/slideback.gif') repeat;
	color: #fff;
	text-indent: 0;
	border-top: 3px solid #9A9FA6;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

#myGallery .slideInfoZone h2, .jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 125%;
	margin: 10px 5px 10px 10px;
	font-weight: bold;
	text-indent: 10px;
color: #fff;
border-bottom: none;

}

#myGallery .slideInfoZone p, .jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 100%;
	margin: 0px 0px 2px 0px;
	color: #fff;
	text-indent: 30px;
	background: #FF0000;
	
}


	

