#myGallery
{
	width: 754px;
	height: 650px;
	z-index:5;
	display: none;
	background-color: #FFFFFF;	
}
	
.jdGallery
{
	overflow: hidden;
	position: relative;
}

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

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;

	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

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

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

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 25px;
	text-transform: none;
	z-index: 1;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 12px;
	margin: 5px 20px 0px 25px;
	color: #333333;
	line-height: 16px;
}



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

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




.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left {
}

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

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

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
.jdGallery .slideInfoZone h1 {
	font-size: 22px;
	text-transform: none;
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #372a2c;
	background-image: url(../images/heading1_bg.gif);
	background-repeat: repeat-x;
	height: 45px;
	padding-top: 15px;

}
