#slideshow { width: 635px; height: 302px; z-index:5}
.jdGallery
{
	overflow: hidden;
	position: relative;
}

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

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

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	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: 0;
	height: 25px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	font-size: 18px;
}



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

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

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

}

.jdGallery span.right, .jdGallery span.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;

}
.jdGallery span.left
{
	left: 0;
	top: 0;
	background: url('../images/fleche1.png') no-repeat center left;
}
.jdGallery span.left:hover
{
	background: url('../images/fleche11.png') no-repeat center left;
	text-decoration: none;
}
.jdGallery span.right
{
	right: 0;
	top: 0;
	background: url('../images/fleche2.png') no-repeat center right;
}


.jdGallery span.right:hover
{

	background: url('../images/fleche22.png') no-repeat center right;
	text-decoration: none;
}


