#myGallery, #myGallerySet
{
	width: 550px;
	height: 230px;
}


.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0px none;
	float:left;
	margin: 0 10px 0 0;
}

.jdGallery .slideElement
{
	width: 350px;
	height: 230px;
	background-repeat: no-repeat;float:left;
}


.jdGallery .slideInfoZone
{
	position: absolute;	
	overflow: hidden;
	width: 195px;
	margin: 0px;
	background-color: #C5BFA1;
	text-indent: 0;

	right: 0;
	bottom: 0;
	height: 225px;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 1.25em;
	margin: 0;
	margin: 0 5px 20px 5px;
	font-weight: normal;
	color: #1F1500;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 1.25em;line-height:1.2em;
	margin: 2px 5px;
	color: #443F25;
}







