#myGallery
{
	width: 700px;
	height: 200px;
	z-index:5;
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;left: 0;
bottom:0 ;
}

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

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #983400;
	background-repeat: no-repeat;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../wait.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	height: 40px;
	background: #fff;
	color: #000;
	text-indent: 0;
	overflow: hidden;
    left: 0;
	margin-bottom:10px;bottom:0px;
}

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

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 18px;
	margin: 0;
	margin: 2px 15px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 15px;
	margin: -8px 15px;
	color: #000;
	margin-bottom: 0px;
}

