#myGallery
{
	width: 760px;
	z-index:1;
	margin: 0 auto;
	height: 200px;
	overflow: hidden;
	border: 1px solid #006;
}
#myGallery img {
	margin: 0;
	padding: 0px;
}
#myGallery h3 {
	padding: 0;
	line-height: 1em;
	display: block;
	margin: 0;
	color: #FFF;
	background: #003;
	width: 760px;
}
#myGallery p {
	margin: 0px;
	font-size: 1em;
	display: block;
	color: #FFF;
	background: #003;
}

.jdGallery {
	overflow: hidden;
	height: 200px;
	width: 760px;
	margin: 0 auto;
	position: relative;
}

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

.jdGallery .slideElement
{
	width: 760px;
	height: 200px;
	background-color: #000;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 760px;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 30px;
	background: #003;
	color: #CCF;
	text-indent: 0;
	overflow: hidden;
}

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

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 100%;
	margin: 2px 5px;
	margin: 2px 5px;
	font-weight: bold;
	color: #FFF;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

.jdGallery .slideInfoZone p
{
	padding: 0 0.5em;
	font-size: 100%;
	margin: 2px 5px;
	color: #FFF;

	display: block!;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

