#myGallery
{
	width: 100%;
	height: 100%;
	z-index:10;
	display: none;
	padding: 0px;
	border:0px solid lime;
}
	
.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: White;
	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('../images/loading.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 11;
	/*width: 100%;*/
	margin: 0px;
	right: 50px;
	bottom: 20px;
	height: 5px;
	background: #fff;
	padding: 5px 10px;
	color: #000;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

/*.jdGallery .slideInfoZone h3
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 90%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: inherit;
}
*/
.jdGallery .slideInfoZone h2 { border: none !important; }

.jdGallery .slideInfoZone p
{
	display: none;
	padding: 0;
	font-size: 80%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	width: 20px;
	height: 25px;
	cursor: pointer;
	z-index:10;
	/*filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;*/
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	/*filter:alpha(opacity=50);*/
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	display: none;
	left: 0;
	/*top: 0;*/
	bottom: 20px;
	right: 20px;
	background: white url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: white url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 20px;
	bottom: 20px;
	background: transparent url(../images/arrow-right.gif) no-repeat center center;
}

* html .jdGallery a.right { background: lime url(../images/arrow-right.gif) no-repeat center center; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor:pointer;
}

.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); }
	

